From 1c8be3390e67699681552c02c991c0035a3df211 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 1 May 2022 00:41:50 +0200 Subject: [PATCH] Readme: what's NOT THAT great with Zig (but still cool). --- zig-impl/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zig-impl/README.md b/zig-impl/README.md index 9ae165f..4595542 100644 --- a/zig-impl/README.md +++ b/zig-impl/README.md @@ -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.