Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Rebol script competition!

From: ale870::gmail::com at: 25-Sep-2007 11:40

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