classic
classic copied to clipboard
Add Class Commons support
Here's a small class commons implementation that passes all class commons tests.
EDIT: I should probably add some context:
Class Commons is a project to allow libraries to write against a common class interface. That way, the author can use classes in their libraries, yet the user can use those classes with their library of choice. Meaning they can subclass your (library) classes, or vice versa, they can instantiate them as they would any other classes, you can instantiate their classes, and all that goodness.
I wrote this because I saw a post on the love forums of someone wanting to use classic with HC, which supports Class Commons.
:+1: