World: r3wp
[Rebol School] Rebol School
older newer | first last |
shadwolf 6-Feb-2009 [1528] | http://shadwolf.free.fr/svg-demo-shad06.zip |
kib2 6-Feb-2009 [1529] | shadwolf: you're a Frenchie ? |
shadwolf 6-Feb-2009 [1530] | yes i have this pleasure ^^ |
kib2 6-Feb-2009 [1531] | +1 |
shadwolf 6-Feb-2009 [1532] | my engine works on 2 pass ( i know that's a shame etc... ok but i wirted it in 2 days :P) |
kib2 6-Feb-2009 [1533] | shadwolf: it's for R2 only ? |
shadwolf 6-Feb-2009 [1534x4] | 1 pass i convert SVG raw datas from the XML format to rebol objets than i convert this rebol object (with all the datas in it to REBOL/VIEW/DRAW instructions |
yes | |
since R3 is not stable and official and that it can change alot until being stable so i don't write anything for R3 | |
and once R3 is out i will do the efffort to restart from scratch this project and do it 1 pass pure parse | |
kib2 6-Feb-2009 [1538] | shadwolf: you practice Rebol since ? |
shadwolf 6-Feb-2009 [1539x2] | hum .... not that much |
i'm in silent mode waiting for R3 ^^ | |
kib2 6-Feb-2009 [1541] | :) |
shadwolf 6-Feb-2009 [1542x2] | but rebol is easy you don't have to practice it 10 hour a day to be able to do insane things with it |
i would say parse is really the thing i need to understand further and heavy work on (you can write a 500 pages book only about parse and all it's subtilities) | |
kib2 6-Feb-2009 [1544] | I've been programming in Python for 6 years now. When I became fed up with it 3 months ago, I've tried maybe 15 langages since, and now I've got 2 or 3 good candidates. |
Geomol 6-Feb-2009 [1545] | There's even a local REBOL page for you french guys: http://www.rebol-france.org/ |
shadwolf 6-Feb-2009 [1546x2] | yes ^^ |
from here you can access rebelBB (forum built using parse) or the wiki with lots of documents | |
Geomol 6-Feb-2009 [1548] | kib, you might also find this page interesting: http://www.rebolforces.com/ Some good articles in the REBOL/Zine there. There were written years ago, but still good, I guess. |
kib2 6-Feb-2009 [1549x2] | Thanks for those links (I already know rebol-france). I just discovered there are a lot of books on Rebol (I've bought the last one in French): http://www.rebol-france.org/index.cfm?content_id=13 |
Do you know good Rebol hosting plans ? | |
shadwolf 6-Feb-2009 [1551x3] | good question and hum apart the one you will set yourself i don't know |
after that depends on how deep you want your rebol to be embeded to your website | |
if you want to use rebol like php you can use cheyenne! | |
kib2 6-Feb-2009 [1554] | shadwolf: from what I've read, it's just a cgi script....but free.fr does not support them! |
shadwolf 6-Feb-2009 [1555] | cheyene! is a web server writed in rebol to execute rebolscripts but i don't know free hosters proposing it |
kib2 6-Feb-2009 [1556] | ok, thanks. I'll have a look at it. |
Henrik 6-Feb-2009 [1557] | I use Cheyenne with my HTML dialect to host small dynamic pages that take a few minutes to write. |
kib2 6-Feb-2009 [1558] | Henrik: and you're self hosting ? |
Henrik 6-Feb-2009 [1559] | on my laptop at the moment. |
kib2 6-Feb-2009 [1560] | Henrik: so when your laptop is off, your site too ?! |
Henrik 6-Feb-2009 [1561x2] | yes :-) |
I have no better solution right now. I plan slicehost, linode or similar later. | |
shadwolf 6-Feb-2009 [1563] | if i was president i would ban apach and impose cheyenne! :O |
kib2 6-Feb-2009 [1564] | Henrik: where are your pages ? |
Henrik 6-Feb-2009 [1565] | http://rebol.hmkdesign.dk/files/r3/gui/ |
kib2 6-Feb-2009 [1566] | Henrik: you wrote the R3 gui demo ? |
shadwolf 6-Feb-2009 [1567x3] | i like the gold progress bars henrik ^^ |
sliders in 032 are nice too | |
toggle ar too big in my opinion a toggle is to be put in a list of parameters | |
Henrik 6-Feb-2009 [1570x2] | I only skin R3. I did not write the demo. Skin is far from finished. |
(the gold progress bars are long gone. :-)) | |
Geomol 6-Feb-2009 [1572] | kib, if you wanna see, what can be done with REBOL, take a look at Canvas RPaint (see group Canvas). It's an port of the old DPaint for the Amiga made in REBOL. More than 12'000 lines of REBOL source (600kb) or 176kb compressed. |
kib2 8-Feb-2009 [1573] | Hi, can someone help ? |
Janko 8-Feb-2009 [1574] | about what? |
kib2 8-Feb-2009 [1575x2] | Janko: thanks. I'm starting and don't understand why this snippet does not work : http://clojurepastebin.appspot.com/1003 |
In fact, I don't even know if it's the right way to write a 2 arguments function. | |
Geomol 8-Feb-2009 [1577] | Most REBOL programmers use FUNC, and not FUNCTION, because it's easier. Let me see, if I can rewrite your function with func... |
older newer | first last |