diff --git a/Nim-for-Python-Programmers.md b/Nim-for-Python-Programmers.md index 23a2da5..b003e68 100644 --- a/Nim-for-Python-Programmers.md +++ b/Nim-for-Python-Programmers.md @@ -50,8 +50,8 @@ Memory Management | Garbage-collected | Garbage-collected and manual Types | Dynamic | Static Dependent types | - | Partial support Generics | - | Yes -int8/16/32/64 types | No | Yes -Unsigned ints | Yes (by default) | Yes (not by default) +int8/16/32/64 types | No | Yes +Bigints | Yes (transparently) | Yes (via nimble package) Arrays | Yes | Yes Bounds-checking | Yes | Yes Type inference | - | Yes (extensive support)