Updated Nim for Python Programmers (markdown)
This commit is contained in:
parent
08f3bf3cbb
commit
04db2f4e62
|
@ -141,9 +141,9 @@ The Nim set type is faster and memory-efficient.
|
|||
|
||||
### Dictionaries
|
||||
|
||||
Use [HashSet](http://nim-lang.org/sets.html)
|
||||
Use [Tables](http://nim-lang.org/tables.html)
|
||||
|
||||
### ABC
|
||||
|
||||
See[this](http://rosettacode.org/wiki/Abstract_type#Nim)
|
||||
See [this](http://rosettacode.org/wiki/Abstract_type#Nim)
|
||||
|
||||
|
|
Loading…
Reference in New Issue