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

[REBOL] Re: Tools for Rebol Coders

From: greggirwin:mindspring at: 8-Jan-2002 13:04

hi Joel, << I suspect that some creative uses of TRY would go a long way toward addressing the issues of making more robust code (even when it uses other, untrusted, foreign components). >> Absolutely! In addition to TRY, a nice implementation of assertions (i.e. Design by Contract), and tools which make use of REBOL's reflective properites, will certainly help us build larger, more reliable, systems. Undoubtedly, just as with other languages, the tools will grow up around us as the need arises. --Gregg