Hacker News new | ask | show | jobs
by jedisct1 1719 days ago
Zig's stage2 compiler has a C backend https://github.com/ziglang/zig/blob/master/src/codegen/c.zig
1 comments

That's not released or finished, last I checked a few weeks ago.

Edit: Oh, looks like it was released just a few days after I last checked; ha. Although, it's not clear to me whether it's intended for end-user use yet.

https://github.com/ziglang/zig/releases/tag/0.8.0

Self-Reply addendum: on Discord the devs claim it's nowhere near ready for general use.