make files modules along the lines of Python modules and get rid of the 'module' statement.
This simplifies the 'load' statement semantics: now loading a file simply means loading a module and does not rely on the fact whether the file implements a 'module' statement or not.
The good news, from a user perspective of the current Asteroid modules nothing changes!
make files modules along the lines of Python modules and get rid of the 'module' statement.
This simplifies the 'load' statement semantics: now loading a file simply means loading a module and does not rely on the fact whether the file implements a 'module' statement or not.
The good news, from a user perspective of the current Asteroid modules nothing changes!