5 Instead of having a few thousand subclasses for different exceptions, I will
6 just have one with a given type.
10 `NLClass` and most of the family would be best as interfaces. Then quite
11 literally the class file interface can implement that interface and I no
16 So `NLClassLibrary` would be in the wrong package.
20 Bridge removal would be nice and a common interface the compiler can use would
21 be nice. So with the code now no more duplicating bridge will be required and
22 I can also have the potential for classes which exist in the run-time and are
23 accessed through the interface.
27 I can do typed exceptions for the compiler system also, so to speak.