Hacker News new | ask | show | jobs
by paxys 351 days ago
Hack does JIT compilation.

Even otherwise, at the scale the company operates it's much better to run codegen once at commit time rather than recreate the entire codebase on every deploy (several times a day) which would take forever.

1 comments

Why don't they do the same in other languages, then?