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

[REBOL] "Overloading" Rebol functions: Need advice

From: tim:johnsons-web at: 8-Aug-2001 17:08

I have in the past tried hard to avoid using rebol function words in objects: Stack overflow is the least of my worries, 'cuz it is so obvious. I'm worried about the not-so-obvious "gotchas". for instance 'input is such an obvious choice for a "hand-rolled" cgi object that creates an input form. Using it, however "overloads" the the mezzanine 'input. In another case, I'd like to use the following refinements to a user-define function next last first back Any caveats with any case? TIA -- Tim Johnson <[tim--johnsons-web--com]> http://www.johnsons-web.com