Hacker News new | ask | show | jobs
by bsaul 1118 days ago
looks like the project's now abandonned :

https://github.com/ziglang/zig/projects/2

2 comments

This comment suggests otherwise:

https://github.com/ziglang/zig/issues/89#issuecomment-122118...

Although I'm not sure the "self hosted compiler" is the same as "llvm free backend".

It's not. The self-hosted compiler still uses llvm, and it's still slow because of it.
"self-hosted compiler" in this case means moving all the non-LLVM code (which was previously in C++) to Zig itself.