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

[REBOL] Re: private methods ? override ?

From: moliad::gmail::com at: 6-Jun-2007 14:09

this is only possible with class type object models. REBOL has a prototype object model, and static binding. what happens is that each object is its own class really, so there is no concept of parent or super class. you can rig up a derive function I guess which actually includes the original code within the derived functions, when they have the 'SUPER word... not for novices though... I don't have time for it right now, but You've just triggered a small fun project in my tests folder, and will come back with a working code sample in a few hours. -MAx On 6/6/07, Arnaud Garcia <arngar-gmail.com> wrote: