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 -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.
