this post was submitted on 30 Jun 2023
6 points (100.0% liked)

Furry Programmers

390 readers
1 users here now

English-language general programmers community

Please treat pawb.social’s rules as though they were the rules of this community, even if you’re posting from another instance!

founded 2 years ago
MODERATORS
 

Seems like zig is about to take on a massive task. I'm curious how well they'll reach their goals.

you are viewing a single comment's thread
view the rest of the comments
[–] dressupgeekout@pawb.social 1 points 2 years ago (1 children)

If someone finds themselves wanting what LLVM does, but doesn't want to link against LLVM (which is fair) then I might point them to QBE https://c9x.me/compile/

[–] CapitalEx@pawb.social 1 points 2 years ago

Ye, QBE looks like a great starting point for code-gen. I've actually been reading into it in the hopes of starting my own project (tho, not at the ambition of Zig).