5 Now to perform that basic refactor I have been planning on.
9 I can do the same for threads also so that the engine class is not cluttered.
13 Also for the classpaths, I can use the `ClassNameSymbol` so that way I do not
14 have to worry about binary names and such as they appear to a `ClassLoader`.
18 This also simplifies the engine also when classes are looked up.
20 Actually, what I can do is permit classes to be late bound, although that may
21 complicate complexity a bit. So if classes are referenced but are never
22 initialized or called then they sort of exist until they are attempted to be
27 Going to have to fixup and renumber the interpreter errors.
31 Refactored code is much cleaner now and I can progress much more easily.