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

[REBOL] Re: ANN: Rugby again, whiping out SOAP

From: m:koopmans2:chello:nl at: 6-Sep-2001 20:57

Thank you (and the others) for the kind replies. The thing to realize with Rebol is that you can easily manipulate blocks (as data), send them, save them, and then... execute them. Rugby does this, with some I/O stuff to keep the performance good. Once you get more into Rebol, you'll find that you have an implementation the minute you understand your problem. It is a road well worth travelling. Other examples you may find instructive are: -erebol , an embedded rebol code evaluator in 30 lines. I have written that one to be able to do with Rebol what others do with PHP. - contract , which makes design by contract possible. You can find both scripts in the script lib. --maarten