|
|
|
|
|
by pjmlp
29 days ago
|
|
Zig feels like Modula-2 or Object Pascal had been redone with a C like syntax, so an improvement over C with features available in other programming languages since 1978, however it still has some of the flaws like use after free, and the solution is the same as C has been using for decades, debug allocators. |
|