views:

125

answers:

2

What all nice POOP (Prototype-based Object-oriented Programming) Frameworks exists in Lisp and Scheme

I know one * Sheeple

But I did not find any other.

+2  A: 

There should be quite a few.

ObjectLisp is one. It was used on the LMI Lisp Machines and for the early Macintosh Common Lisp starting in the mid 80s.

Basically every 'Frame system' without classes can support Prototype-based Object-oriented Programming. There should something like twenty systems that should do it.

Rainer Joswig
I need to work with Common Lisp perticularly SBCL, where CLOS extensively used, So I am searching some system with CLOS, Common Lisp, MOP. How MOP is compared to ObjectLisp. Is something exist here, where base is POOP over which CLOS framework developed or could be developed as POOP should be natural superset of Class base Object Orientation
Sharad
thanks Rainer Joswig
Sharad
+1  A: 

Prometheus is Self-like prototype system for Scheme (and Racket).

Stephen
Stephen thanks for help.
Sharad