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

[REBOL] Re: global error handling?

From: maximo:meteorstudios at: 25-Jul-2003 9:44

I think you've given me an idea. since the user.r script is executed BEFORE the actual script file is loaded, I am able to see what new words have been loaded. all I then need to do is see if rebol itself uses do and or do load if this is so, I might prepare a little patched version of do. if this all works out, it would attempt to fill-in the value of any unset words right after loading the code :-) invisible and then your own do statements would benefit of this invisible library loading. NB: Some might have apprehension towards this system, but I program in maya's mel and it has a hook which loads code as it needs it and its really nice... cause you can extend the language via libraries of code without having to do know if its been linked to or not... since its loaded at run time, not all of the zillion functions are loaded, reducing memory comsumption. -max ----------- meteor Studios, T.D. ----------- Never Argue with an idiot. They will bring you down to their level and beat you with experience