Live data from Hacker News

Adding Reflection to C

davidpriver.com

1–6 of 6 posts

Re: Adding Reflection to C

#6
post #5

Nice. But you've just invented Zig!

C with Zig's comptime is compelling though. Zig doesnt allow you to access all the features your C compiler does, and puts you in the LLVM ecosystem. I've been working on something similar; extending C with both Zig/C++ inspired reflection and linear types, with a compiler that compiles to a subset of C to allow you to leverage GCC and all its extenstions.