narrowtux/abacus

Support elixir functions

h4cc opened this issue · 1 comments

h4cc commented

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})