Don't forget Self.
http://research.sun.com/self/
http://en.wikipedia.org/wiki/Self_programming_language
Oscar
On Nov 22, 2006, at 1:10, David Douthitt wrote:
Stephen Austin wrote:
On 11/21/06, Bert Freudenberg <bert@xxxxxxxxxxxxxxx> wrote:
That's a thing you have to deeply understand. In all object-oriented
systems that are *not* image-based (which is the huge majority)...
Just curious - can you name any others which are image-based in the
same way as Smalltalk/Squeak?
How about Common LISP (with CLOS) and FORTH for two? FORTH isn't
OOP, but at least one author described how an OOP FORTH could be
done (Dick Pountain). FORTH doesn't save "images" as much as they
utilize the source code model: start up with the core, and load
extensions from source. Other than that, the model is the same.
|