A mini-language from scratch in Elixir - Evaluation
In this post, we add simple evaluation of Ovo’s abstract syntax tree, up to being able to evaluate basic forms like addone = \a -> add(a, 1) end \n addone(2)
to 3
.
Read next Build your own Redis in Elixir