In Smalltalk each class is the single instance of a metaclass.
-
Allows actions specific to a single class to be held in one place.
-
But what is the class of the meta-class object?
-
Answer - class Meta.
-
But what is the class of Meta?
-
Answer - class Meta.
This is one of the more confusing aspects of Smalltalk-80.