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

[REBOL] Re: [promotion] Seeding the web with Rebol

From: brett:codeconscious at: 26-Nov-2003 23:08

> I've been wandering 'round the web, and a little while ago came across a > interesting (and practical-ish) task on a scripting forum, which I solved > with Rebol. If people are interested, the thread is at: > http://www.codeguru.com/forum/showthread.php?s=&threadid=271930 > The interesting part is that my script creates 'parse rules (and actions) > automatically to do the job, and that it took me about an hour or so to > create.
Looks good. I tested it with a bunch of html files and an extra html file called "the.html". Generating parse rules can be quite a powerful technique. Runtime code generation is something REBOL seems very good at. :-) Regards, Brett.