r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Topaz] The Topaz Language

shadwolf
12-Aug-2011
[91x5]
myvar=`ls  /home/myname/mydir`  foreach file myvar [ print "file 
name: " + file ]
arriving to do something like that in a rebol inspired script language 
would be terrific ... I know I'm just giving some thought and no 
code ... well ... I have not your talent for those thing :)
oh last remark ... I noticed most of the time scripting language 
tends to be differenciated by their affectation symbol  example lua 
use var ::= 1 rebol var: 1 perl var= 1, PL/SQL var:=1;  etc ... I 
like the rebol way of affectation and since that one of the sign 
of a rebol script I think it's important to keep in in spin off languages 
...
ok one last remark with red, borron, and red isn't that too much 
spin off language to handle for this community ? I understand there 
is a lot to research on this very interesting field ... but don't 
you fear that those project  will in a short term stop growing cause 
complexity level reach and there is noone to keep them on the progressing 
curve. Can eventually  those project be merged into one single project 
keeping the other two less advanced  as research ground and the BIG 
thing being granted with the best ideas proven in the "research" 
project ?
I fear that being 3 totally seperated projects on their own they 
won't liveon ... and somehow collide  ... Ok I'm not clear on this 
...
Gabriele
13-Aug-2011
[96x2]
Shadwolf, something like "bla" . "bla" . "bla" cannot be optimized 
in an interpreter like Topaz, moreover, why the hell should i have 
to write . a hundred times and have an error when i forget it? So, 
no, you won't get this in Topaz.
Re: SFD: I hope to have something to demo as well, but i can't guarantee 
that as Topaz still has a long way to go before 1.0. Worst case, 
i'll just talk about it in general and accept questions.
shadwolf
16-Aug-2011
[98x2]
gabriele I think the perl/php  apraoch print "myvqr bla blah myothervar" 
is not in your plans neither ... Well I gived you just a list of 
the kind of things I think rebol could do better no offense ...
take them as overall general comments and particular taste of someone 
used to program in around 20 languages ...
Gabriele
21-Aug-2011
[100x2]
I've significantly reorganized the Topaz source code. A bit more 
manageable this way.
https://github.com/giesse/Project-SnowBall
Gabriele
25-Aug-2011
[102]
just added ERROR!... next: optional function arguments etc. I think 
i'll have enough to show at the SFD :-)
Kaj
25-Aug-2011
[103]
We're looking forward to it
Gabriele
27-Aug-2011
[104x3]
Pushed optional function arguments (interpreter only right now).
For a sneak peak of how it works, see the comments in: https://github.com/giesse/Project-SnowBall/blob/master/topaz/types/function.topaz
You can play with it at http://www.colellachiara.com/soft/topaz/try-topaz.html
Gabriele
12-Sep-2011
[107]
It was a race against time... but Topaz is now ready for the SFD. 
:-) See Github for all the changes.

Now... i need to put together a couple slides... :-)
Bas
12-Sep-2011
[108]
Great!
GrahamC
12-Sep-2011
[109]
And the slides are going up on github too ?
Gabriele
12-Sep-2011
[110]
The slides will be on the web, hopefully even before my presentation, 
but in the worst case as soon as i'm back.
Kaj
13-Sep-2011
[111]
I'll try to report the Topaz and Red talks here tomorrow
GrahamC
13-Sep-2011
[112]
The talk is 2day?
Bas
14-Sep-2011
[113x2]
Yes.
Less than twelve hours to go :)
Henrik
14-Sep-2011
[115]
http://www.colellachiara.com/soft/topaz/SFD2011.html
GrahamC
14-Sep-2011
[116]
Self referencing slides?
Kaj
14-Sep-2011
[117]
I'm sorry, it turned out that the venue has a firewall that blocks 
almost everything except HTTP, even outgoing connections on the wired 
network, so we couldn't get through with AltME
Endo
15-Sep-2011
[118]
Nice slides Gabriele.
Geomol
15-Sep-2011
[119]
Looks like something to follow, if making web applications. Good 
job, Gabriele!
Kaj
15-Sep-2011
[120]
The presentations of Gabriele and Nenad were great, and we also had 
a good time afterwards. We thank them both
onetom
15-Sep-2011
[121x2]
we also have SFD in the Singapore National Library. If u could share 
the slides by tomorrow, I would try to prepare myself for a talk 
also.
ah, ok, i see it now... damn small altme fonts on the mac...  any 
other format than flash? i dont know how to step backwards
GrahamC
15-Sep-2011
[123]
I didn't realize you had to click on the page to make it advance. 
 How to unclick to make it step backwards?
PeterWood
16-Sep-2011
[124]
Right-click and then select rewind takes you back to the beginning.
Pekr
16-Sep-2011
[125]
Gabriele - will Topaz utilise things like encryption? That would 
be handy to have some hashing etc. Other question is - will Topaz 
be able to "wrap" things like jQuery, so that you could write your 
"app" in Topaz, utilising jQuery widgets? Sorry if answers are obvious 
.....
GrahamC
16-Sep-2011
[126]
Think JavaScript
Bas
16-Sep-2011
[127]
Gabriele´s presentation about Topaz during Software Freedom Day 2011 
at the Centrum Wiskunde & Informatica (CWI), Science Park Amsterdam, 
last wednesday: http://www.youtube.com/watch?v=xBJHMkN9qJ4
GrahamC
16-Sep-2011
[128]
It would be nice for future talks to have a PC screen infront of 
the presenter so that they don't talk to the screen.
Kaj
16-Sep-2011
[129]
Gabriele couldn't connect his laptop, because the available HDMI 
adaptor was incompatible
GrahamC
16-Sep-2011
[130]
Heh .. finally a case for power point!
Gabriele
17-Sep-2011
[131x4]
Graham, the windows pc that was there did not have a second screen. 
My laptop has DVI, not HDMI, but only digital DVI, and the projector 
(or, at least tha adaptor that was there) seemed to want analog. 
So I'm sorry if you're looking at my back most of the time, but it 
was hard to do anything without looking at the projector screen :)
Petr: yes on all, of course; the question is only "when". I hope 
soon. (You can already wrap jQuery quite easily)
I'm planning to do something like a Hangout on Google for a Q&A for 
people here that were unable to come to the conference. When would 
it be a good time? Any other suggestion other than Hangout?
onetom: I used Keynote, it can export to a few formats, including 
HTML (by just making PNGs, so it gets pretty big). I can also provide 
the keynote file if useful. (Unfortunately, I was very tight on time 
and was unable to do this in Topaz itself.)
GrahamC
17-Sep-2011
[135]
Google hangout is sort of video conferencing?
Henrik
17-Sep-2011
[136]
yes
Gabriele
24-Sep-2011
[137x3]
If anybody's willing to try: https://plus.google.com/hangouts/bbd615d3a9d2db678fba2997f6775604ee6ddfb9?hl=it&authuser=0#
Me and Nenad there at the moment.
Ok, we're out. You missed a good chance. :P
Henrik
24-Sep-2011
[140]
bad timing for me. I would have liked to see it.