Smalltalk/X provides a Class and Metaclass hierarchy comparable to
other smalltalk implementations.
This means, that all the meta knowledge is available at runtime.
New classes can be created, methods be
defined or removed etc.
This functionality is provided both for machine-compiled and for
interpreted bytecode classes/methods.
The most interresting are:
Copyright © Claus Gittinger Development & Consulting, all rights reserved
(cg@ssw.de)