|
|
|
|
|
by shalabhc
2050 days ago
|
|
On the topic of modules, I recommend reading about modules in Newspeak: https://bracha.org/newspeak-modules.pdf Modules (which are just top level classes and contain nested classes) have no import statement and no hard linked external dependencies. When you instantiate the module (~class) you pass in dependencies it needs. |
|