BookOwl / nemo

A fishy programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementing Foreign Modules

skistaddy opened this issue · comments

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?