morganey-lang / Morganey

Lambda Calculus based, interpreted programming language that recognizes Church encoded structures.
43 stars 4 forks source link

Namespace semantic of Modules #361

Open rexim opened 7 years ago

rexim commented 7 years ago

Right now modules don't have any kind of namespace semantic. They are just names the determine from where to load bindings to global scope.

rexim commented 7 years ago

Link with #111