It was pointed out to me that ``Object'' is used as the root or base class name in several object-oriented languages, and that was enough to convice me to rename BaseClass to Object. This now works:
tob myobject.new Object
It may be worth migrating some of the built-in methods to the Object class directory, thereby simplifying the thinob/tob script.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It was pointed out to me that ``Object'' is used as the root or base class name in several object-oriented languages, and that was enough to convice me to rename BaseClass to Object. This now works:
tob myobject.new Object
It may be worth migrating some of the built-in methods to the Object class directory, thereby simplifying the thinob/tob script.