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

[REBOL] Re: Is Rebol OO?

From: nitsch-lists:netcologne at: 12-Jan-2004 11:18

Am Sonntag 11 Januar 2004 18:52 schrieb Behrang Saeedzadeh:
> Hi > > Sorry if this is a stupid question, but is REBOL > Object Oriented? >
i would call it OE, object enabled. its harder to use than "native" rebol. that is, its as hard as OO-only ;) when comming from OO, i would say: patterns are coded in functions, instead of in special objects. patterns are used a lot, reducing the need for methods implemented in objects. objects then only need to handle reactions to dispatchers, not dealing that much with inter-object- and subclass-realations. works nice. after a while i would forget that terminalogie - uhm, actually i have.. ;)
> Thanks, > Behrang S. >
-Volker