Foreign Function Interface
blazingkin opened this issue · 0 comments
blazingkin commented
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.