radon-project / radon

The Radon Programming Language
https://radon-project.github.io
GNU General Public License v3.0
23 stars 2 forks source link

[REP-3] Introduce modules #98

Closed angelcaru closed 5 months ago

angelcaru commented 5 months ago

Included files no longer pollute the global namespace. Instead, they have their own namespace. To access a module's functions and variables, use dot notation.

This is only the first step towards completing REP-3. There is still lots to be done!

Almas-Ali commented 5 months ago

Initial part of REP-3 (#52)