Y
Hacker News
new
|
ask
|
show
|
jobs
by
sestep
150 days ago
Same question but for Jai.
1 comments
throwaway17_17
149 days ago
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.
link