blazingkin/blz-ospl

Foreign Function Interface

blazingkin opened this issue · 0 comments

Currently, the only way to introduce more system-level functionality into blz is to add new builtins. This can be circumvented by adding a foreign function interface.

User Story:

As a user of blz, I want to be able to make system calls without needing to modify the language itself.