Zig
The reason why we can often get away with using languages like Python or JavaScript to drive resource-intensive computations, is because under the hood somebody took years to perfect a C implementation of a key procedure and shared it with the world under a permissive license. - Maintain it With Zig / HN
- My game development journey & why I’m increasing my contribution to Zig to $200/mo
- What’s Zig got that C, Rust and Go don’t have? (with Loris Cro)
- rust add complexity & prefer safety over performance
- go toward simplicity, but not in minimalistic way (different way of seeing things). Can reuse C, but not be consumed by C.
- zig allow low system programming
- on linux call syscall directly (no need fot clib)
- From Go to Zig
- Why Zig When There is Already C++, D, and Rust?
Written on October 18, 2021, Last update on April 27, 2024
lang
zig
c++
software
rust
golang