Hacker News new | ask | show | jobs
by c2u 4401 days ago
Swift is a little complex.

Does it compile to Object-C?

2 comments

No, it compiles from source to LLVM IR to native instructions, just like with clang or rustc
No, but it can call it.