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

[REBOL] Web site update

From: lmecir::mbox::vol::cz at: 1-Jul-2004 15:43

My Rebol Web site http://www.fm.vslib.cz/~ladislav/rebol/ received an update (more to come soon). Innovations: 1. LFUNC http://www.fm.vslib.cz/~ladislav/rebol/lfunc.r now automatically defines static variables and can turn on simple error handling. Have a look to find out "what is cooking" 2. A BUILD-FUNC dialect added and used to innovate the CFUNC closure creating function. Improvements: the CFUNC implementation using BUILD-FUNC is now 40% simpler and 20% faster (shameless plug :-). BTW, I heard some rumours that there are other implementations of closures in Rebol. Could the respective authors compare their algorithms with this one? Any suggestions/improvements welcome. -Ladislav