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

[REBOL] ANN: Rugby 43 experimental

From: koopmans:itr:ing:nl at: 31-Oct-2001 10:37

Hi, I am pleased to announce the release of Rugby 4.3 experimental AFAIK it is stable, but it will have status experimental until the docs are finished. You can download it at: http://www.rebolforces.com/~erebol/rugby43e.tar.gz What's new: 1) Transparent error propagation. Errors are propagated back as error! instead of object! Thanks to Ladislav and Cyphre 2) Support for function refinements. YES! You can use refinements on functions (securely). Thanks to joel neely for the use [ myself ] [ myself: func ...] trick 3) Improved: stub generation. Needed for the function refinements. It is no longer necessary to put things in a context when using multiple rugby services. Unless they define the same functions, of course. Rugby now has one of the hardest parts of meta code I have ever seen, in server.r (in the modules directory). Look at the build-proxy func and try to figure it out all yee Rebol wizards ;-) If you find bugs, please report them. Enjoy and thanks, Maarten Koopmans