upvote
You may have heard of it already, but Nim has existed in this space for some time.
reply
Nim could do better with more than just 1 or 2 brilliant developers
reply
Julia as well.
reply
Take a look into numba, you add a decorator to your function and it turns it into compiled code.
reply
It's JIT only, and it needs to be in a particular shape to be effectively compiled. It's mostly for numeric code, but there are many other cases where native code would be better.
reply