Remix.run Logo
Voycawojka 13 hours ago

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

johnisgood 9 hours ago | parent | next [-]

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.

sestep 10 hours ago | parent | prev [-]

Same question but for Jai.

9 hours ago | parent [-]
[deleted]