|
|
|
|
|
by PaulRobinson
418 days ago
|
|
It's improved C. C interop is very important, and very valuable. However, by removing undefined behaviours, replacing macros that do weird things with well thought-through comptime, and making sure that the zig compiler is also a c compiler, you get a nice balance across lots of factors. It's a great language, I encourage people to dig into it. |
|