Updated Nim for Python Programmers (markdown)

This commit is contained in:
reactormonk 2015-04-06 14:10:28 -05:00
parent 08f3bf3cbb
commit 04db2f4e62
1 changed files with 2 additions and 2 deletions

View File

@ -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)