SELF is a pure prototype-based _(OO) *(programming language),
based on very simple concepts which allow efficient implementations.

SELF uses trivial strong typing (much like _(LISP)): there is no
"typecasting" backdoor to object representation, but there is no
elaborate type hierarchy, just one unique static type.

<UL CLASS="links">
<LI>_("Sun's SELF Site" | http://research.sun.com/self)</LI>
<LI>_("Merlin" | http://tunes.org/Review/OSes.html#Merlin)</LI>
<LI>_(Cetus Links|http://www.cetus-links.org/oo_self.html)
</UL>
<UL CLASS="implementations">
<LI>_("Self4Linux" | http://www.gliebe.de/self)</LI>
<LI>An alpha implementation for Linux</LI>
</UL>