|
|
|
|
|
by int_19h
455 days ago
|
|
Modula-2 is a language operating on the same level (direct memory addressing, no GC etc) but with saner syntax and semantics. It's still a tad more complicated than it needs to be - e.g. you could drop non-0-based arrays, and perhaps sets and even enums. |
|