logoalt Hacker News

dnauticstoday at 3:41 PM1 replyview on HN

> Everything you do in Zig can be done almost in the same way in C or C++.

Can you do this in C?

https://github.com/ityonemo/clr


Replies

stephc_int13today at 3:50 PM

Linters are not exactly a new idea, and they can be pushed quite far.

I am generally against the idea of language support for meta-programming, even using C macros or C++ templates.

I do a lot of meta-programming/codegen with external tooling.

show 1 reply