upvote
AoT/JIT compilation is a property of the implementation, not the language.

It would be good to know order of magnitude anyway. Like, are we talking Ruby/Python level, etc.

reply
In my tests, it's 5-10x Python for long running things (about 30% slower than Fennel on LuaJit) but for small things, because you can easily shift work to compile time, it beats normal Go: https://codeberg.org/veqq/verse-reader#performance
reply