Hacker News new | ask | show | jobs
by kazagistar 4217 days ago
If you want to know the catch, it is that it has high latency at first run, and requires a full compiler at runtime. It is optimized for numerical work, where the long runtime make slow startup irrelevant and low latency is easily amortized.

But if you are suspicious, there are introspection utilities that let you see the generated native code. Give it a try.

1 comments

As I understand it there's a plan to produce stand-alone binaries downstream, with no compiler needed at runtime.

It's using LLVM on the backed, so it should be quite possible.