hexaredecimal / hexaredecimal/ML
Module system
Open
- Dominant language
- Rust
- Stars
- 18
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The lack of a module system is crippling the functionality of the language. This results in functions with a prefix.
- Module must work like SML or Ocaml modules
```
module main
import System::Io (*import modules from the Io file*)
fn main(): Unit => Io::println()
```
Contributor guide
Assessment
This issue has not been assessed yet.