From 860c5f76d6e71909d004be4f57e5a168892146a2 Mon Sep 17 00:00:00 2001 From: Daniil Yarancev <21169548+Yardanico@users.noreply.github.com> Date: Mon, 16 Oct 2017 15:40:28 +0300 Subject: [PATCH] Updated Nim for C programmers (markdown) --- Nim-for-C-programmers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nim-for-C-programmers.md b/Nim-for-C-programmers.md index ffafe4c..0947501 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -29,7 +29,7 @@ Types | Static | Static Dependent types | No | Partial support Generics | No (Templates w/ C++) | Yes int8/16/32/64 types | Yes | Yes -Unsigned ints | Yes (by default) | Yes +Unsigned ints | Yes | Yes Arrays | Yes | Yes Bounds-checking | No | Yes Type inference | No (some w/ C++11) | Yes (extensive support)