Function Find-Or-Create-Class

Part of:

package metabang.utilities
( find-or-create-class < root > < classes > )
Try to find a class which is a subclass of root and all of the other `classes` as well. If no such class exists, then it will be created and returned.