Metaclasses
There is no Class class
Objects point to the metaclass, making it available via |.HOW' (Higher Order Workings) macro
Introspection takes place through .HOW
Dog.HOW.methods() Dog.HOW.attributes()
These are shorter:
Dog.^methods() Dog.^attributes()