Classes as Modules

The discussion centers around the innovative use of classes as module definitions due to the absence of a global namespace. This design choice allows for multiple instances and facilitates side-by-side deployment, aligning with the object capability model. The concept of late binding is also explored, which simplifies method calls and reduces the need for heavyweight dependency injection frameworks.