Anonymous class
What are the different ways of handling anonymous class creation and their pros and cons ?More precisely : you may want to dynamically create classes, but not necessarily name them
nor even keep them. I'm working on a package where such anonymous classes are created
using (ensure-class-using-class nil nil :metaclass some-metaclass)
I fear that defining a class on the nil symbol is not the best choice for portable code.
I'm interested in any comment about this nil/anonymous class thing.
Thanks in advance,
--
Fabrice Popineau
-----------------------------
SUPELEC
Département Informatique
3, rue Joliot Curie
91192 Gif/Yvette Cedex
Tel direct : +33 (0) 169851950
Standard : +33 (0) 169851212
------------------------------