Y
Hacker News
new
|
ask
|
show
|
jobs
by
geon
607 days ago
Have you heard of Zig?
2 comments
oguz-ismail
607 days ago
It requires a different compiler. This is just a collection of C preprocessor macros
link
ptspts
606 days ago
The Zig toolchain can compile both Zig and C.
link
klardotsh
606 days ago
Yes, but the Zig toolchain is not $YOUR_EXISTING_C_COMPILER_YOU_ALREADY_KNOW_AND_USE
link
geon
602 days ago
It is, if you use clang.
link
mydriasis
606 days ago
I hadn't yet, but it does look nice. I especially like that you can just say "defer deinit", that's really nice.
link