sealable-metaobjects
sealable-metaobjects copied to clipboard
A CLOSsy way to trade genericity for performance.
Seems to be broken on Allegro CL: ``` Error: Class #'s metaclass is not compatible with its designated superclass # [condition type: PROGRAM-ERROR] ``` In particular, it seems that inheriting...
When testing the example in the README on SBCL 2.1.9 (modified so it will actually compile in the quicklisp version of the library, seeing as `fast-generic-function` no longer exists, as...
While technically a violation of the protocol, I think it would be useful if one could redefine the sealed methods of a sealed generic function. At least, it would be...