logoalt Hacker News

sestepyesterday at 6:18 PM2 repliesview on HN

Same question but for Jai.


Replies

throwaway17_17today at 5:42 AM

Jai does not compile to C. It has a bytecode representation that is used primarily for compile time execution of code, a native backend used mostly for iteration speed and debug builds, and a LLVM target for optimized release builds.