From: ········@cc.colorado.edu
Subject: creating classes at runtime
Date: 
Message-ID: <49pnc4$c4k@lace.colorado.edu>
Hi,

is it possible to create a class at runtime using Lisp?
i.e., is there a "metaclass" object of which I can create an instance,
an to which instance I then specify attributes and methods (selectors)?

- Alexis