> Are you writing an interpreter? Yep. haha. (And I believe we have talked about similar things in the past... ;-) )
<https://github.com/arturo-lang/arturo> Basically, given that the language is already quite mature and used in different projects, I decided it was high time to start benchmarking a bit and make any performance-related improvements needed. Hence, here I am re-visiting things... Btw, in case you want to have a look, here's the "loop": <https://github.com/arturo-lang/arturo/blob/master/src/vm/exec.nim#L281-L409>
