From 19ad1a86b3ae950e03756ebc7e7cbaad9cb74df3 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 6 Mar 2018 21:50:16 +0000 Subject: [PATCH] Updated Nim for C programmers (markdown) --- Nim-for-C-programmers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Nim-for-C-programmers.md b/Nim-for-C-programmers.md index 113331e..57cc310 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -95,6 +95,7 @@ Nim strongly discourages the use of unsigned integers, as it's considered unnece *See: http://critical.eschertech.com/2010/04/07/danger-unsigned-types-used-here/ +That said, unsigned integers are used and support for them has improved over the years. In most cases you should only use them for systems programming use cases though, not for general applications if you can help it. ### Object-Orientation