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

World: r3wp

[Rebol School] Rebol School

shadwolf
6-Feb-2009
[1514]
that means you can analyse each and every char in your document or 
locate flags and retrieve the data following
kib2
6-Feb-2009
[1515]
shadwolf: working with strings in C is a real headhache, I agree. 
but it's efficient. The more I know about Rebol, the more I like 
it.
shadwolf
6-Feb-2009
[1516]
parse works as a swich/case too since once a flag is found you can 
call external function to process the following datas
kib2
6-Feb-2009
[1517]
shadwolf: well, that's like Parsec in Haskell : you can associate 
"actions" within the parse.
Geomol
6-Feb-2009
[1518x2]
kib, the output in HTML include TeX for the math, which in the end 
is rendered by jsMath. No LaTeX, pure REBOL.
kib, main page is here: http://www.fys.ku.dk/~niclasen/nicomdoc/
kib2
6-Feb-2009
[1520]
Geomol: I've been misunderstood : I was asking if you can output 
a LaTeX doc from your markup engine.
Geomol
6-Feb-2009
[1521]
kib, no not yet.
shadwolf
6-Feb-2009
[1522]
I should retake my svg engin and try to make it in full raw parse 
 ^^
Geomol
6-Feb-2009
[1523]
I have more and more need for LaTeX output, so I might do it any 
day.
shadwolf
6-Feb-2009
[1524]
but i'm waiting for R3 stable to do so in fact ... as i'm sure parse 
in R3 will be much better than in R2
kib2
6-Feb-2009
[1525]
Geomol: ok, but that should be rather easy, no ?! If you need help 
with LaTeX, maybe I can help you.
Geomol
6-Feb-2009
[1526]
:-)
kib2
6-Feb-2009
[1527]
shadwolf: where's your svg engine ?
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