Readme: what's NOT THAT great with Zig (but still cool).

master
Philippe Pittoli 2022-05-01 00:41:50 +02:00
parent 7204ade9e3
commit 1c8be3390e
1 changed files with 4 additions and 0 deletions

View File

@ -38,3 +38,7 @@ What Zig brings to the table:
All these features provide a **massive gain of time**.
And in general, just having the same standard library for all OSs is great just not to have to rely on different implementations and even locations of code and header files.
What isn't *that* great with Zig:
- structures can be printed, but they also provide the format themselves, leading to an unreliable way of discovering structure's content.