Skip to content

Commit dddc1f0

Browse files
committed
More links
1 parent 120d193 commit dddc1f0

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Readme.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,26 @@ My solutions for Advent of Code 2015
7474
Cookbooks / ready solutions
7575
-------------------------------------------------------------------------------
7676

77+
Nim basics
78+
- https://narimiran.github.io/nim-basics/
79+
- https://github.com/narimiran/nim-basics
7780

78-
Rosetta Stone - NIM <> Ruby
79-
- http://rosetta.alhur.es/compare/nim/ruby/#
81+
Rosetta Stone - NIM vs. __ANOTHER_PROGRAMMING_LANGUAGE__
82+
- http://rosetta.alhur.es/compare/Nim/Python/
83+
- http://rosetta.alhur.es/compare/Nim/Ruby/
84+
85+
86+
Nim By Examples
87+
- https://nim-by-example.github.io/
88+
- https://github.com/nim-by-example/nim-by-example.github.io
8089

8190

8291
Nim Programming Cookbook http://nim-cookbook.btbytes.com/
8392
- https://github.com/btbytes/nim-cookbook
8493

8594

86-
Nim in Action code samples https://book.picheta.me
95+
Nim in Action code samples
96+
- https://book.picheta.me
8797
- https://github.com/dom96/nim-in-action-code
8898

8999

@@ -121,6 +131,9 @@ Performance sensitive code
121131
Some guidelines / articles
122132
-------------------------------------------------------------------------------
123133

134+
OOP In Nim (multiple articles)
135+
- http://goran.krampe.se/category/oop/
136+
124137

125138
A guide to documenting, profiling and debugging Nim code (2017/10)
126139
- https://nim-lang.org/blog/2017/10/02/documenting-profiling-and-debugging-nim-code.html

0 commit comments

Comments
 (0)