h4cc opened this issue 6 years ago · 1 comments
Offer registering own functions by name in runtime, so they can be called in a abacus expression.
references to functions can be passed in the scope:
Abacus.eval("print(31)", %{print: &IO.puts/1})