Question: Does REBOL use prototype based objects? Answer: I can confirm that REBOL is prototype-based.
Reason: I used to hang out with David Unger, the creator of Self. I liked the elegance of his object model. After all, I often create singular instance objects, so in REBOL (as in Self) a class need not be defined. -Carl At 08:24 AM 8/5/2004, Gregg Irwin wrote: >Hi Carlos, > >CL> I have this conceptual question: is REBOL to be considered >CL> a prototype language such as Self, Ion or Prothon, for instance? > >Yes (as I understand the definition). > >-- Gregg > >-- >To unsubscribe from the list, just send an email to rebol-request >at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
