BookOwl / nemo

A fishy programming language.
The Unlicense
8 stars 1 forks source link

Implementing Foreign Modules #12

Open skistaddy opened 6 years ago

skistaddy commented 6 years ago

The current module system you have works fine if you want to make functions with the standard library. But what about implementing new features, such as creating HTTP requests?

I am aware that this language is not fully developed and more of a project than an actual language, so this is not really an issue as much as it is an inquiry: how would you implement foreign modules into your language?