Hello,
in my italian site I launched a funny Rebol competition.
The scope is writing a SMALL Rebol script to write the text "Hello, Rebol!"
without clearly writing the text in the script self.
Example:

THE FOLLOWING SCRIPT IS NOT VALID:

>> print "Hello, World!"

THIS SCRIPT IS VALID:

>> out: copy ""
foreach i {Ifmmp-!Sfcpm"} [
    append out (i - 1)
]
print out

halt




This competition is trivial, but I think it is a good way to "squeeze" Rebol
to find out the limit of its functions, tokens, etc...

Would you like to partecipate?! :-)

(NOTE: Sguish Italian site, and some existing scripts can be reached in
Rebol Desktop -> public sites -> Sguish ITA -> Micro Script Competition 2007
)





-- 

//Alessandro

http://sguish.wordpress.com
http://laccio.wordpress.com


-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to