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

REBOL a prototype language?

 [1/4] from: carloslorenz::rebolbrasil::nobrenet::com at: 5-Aug-2004 10:36


Hi list I have this conceptual question: is REBOL to be considered a prototype language such as Self, Ion or Prothon, for instance? Carlos

 [2/4] from: greggirwin:mindspring at: 5-Aug-2004 9:24


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

 [3/4] from: carl:rebol at: 6-Aug-2004 19:10


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:

 [4/4] from: carloslorenz:rebolbrasil:nobrenet at: 6-Aug-2004 23:32


Carl I was really in need of this information since I was not sure about it. Despite Gregg's opinion nobody's better than you to make things clear. I am about to write something on the topic to my forum (www.nobrenet.com/rebolbrasil) and now I am sure I won't be exagerating if I point REBOL to be the best prototype language ever :) Many Thanks Carlos Lorenz On Fri, 06 Aug 2004 19:10:24 -0700 Carl Sassenrath <[carl--rebol--net]> wrote: