logoalt Hacker News

Voycawojkayesterday at 3:34 PM2 repliesview on HN

Does Odin compile to C? I thought it only uses LLVM as a backend


Replies

johnisgoodyesterday at 8:06 PM

No, Odin does not compile to C. It is a standalone programming language that compiles directly to machine code. It primarily uses LLVM as its backend for compiling to machine code, like you said.

sestepyesterday at 6:18 PM

Same question but for Jai.

show 1 reply