Updated Nim for C programmers (markdown)
This commit is contained in:
parent
8c8a8ccd61
commit
860c5f76d6
|
@ -29,7 +29,7 @@ Types | Static | Static
|
||||||
Dependent types | No | Partial support
|
Dependent types | No | Partial support
|
||||||
Generics | No (Templates w/ C++) | Yes
|
Generics | No (Templates w/ C++) | Yes
|
||||||
int8/16/32/64 types | Yes | Yes
|
int8/16/32/64 types | Yes | Yes
|
||||||
Unsigned ints | Yes (by default) | Yes
|
Unsigned ints | Yes | Yes
|
||||||
Arrays | Yes | Yes
|
Arrays | Yes | Yes
|
||||||
Bounds-checking | No | Yes
|
Bounds-checking | No | Yes
|
||||||
Type inference | No (some w/ C++11) | Yes (extensive support)
|
Type inference | No (some w/ C++11) | Yes (extensive support)
|
||||||
|
|
Loading…
Reference in New Issue