|
|
|
|
|
by pRusya
250 days ago
|
|
> So Zig is as expressive as C++. but not only safer, but also much simpler, and compiles faster Tbh syntax-wise Zig feels more cryptic[1] at first than C++. [1] e.g. `extern "user32" fn MessageBoxA(?win.HWND, [*:0]const u8, [*:0]const u8, u32) callconv(win.WINAPI) i32;` from https://ziglang.org/learn/samples/ |
|