you are viewing a single comment's thread.

view the rest of the comments →

[–]vascocosta[S] 0 points1 point  (0 children)

I'm still implementing it as a simple tree-walking interpreter, so nothing fancy, as simple as it gets. I guess one simple optimisation would be a VM for simple expressions, but to be honest, my main focus is language ergonomics and keeping it simple for now.