@@ -119,6 +119,59 @@ Unsorted Nim code that I wrote for some reason (largely Rosetta Code)
119119
120120
121121
122+ Examples in NIM repo
123+ - https://github.com/nim-lang/Nim/tree/master/examples
124+
125+
126+
127+ NIM Wiki
128+ -------------------------------------------------------------------------------
129+
130+ - https://github.com/nim-lang/Nim/wiki/Unofficial-FAQ
131+ - https://github.com/nim-lang/Nim/wiki/Nim-for-C-programmers
132+ - https://github.com/nim-lang/Nim/wiki/Nim-for-Python-Programmers
133+ - https://github.com/nim-lang/Nim/wiki/Nim-for-TypeScript-Programmers
134+
135+
136+ Nim Documentation Overview
137+ -------------------------------------------------------------------------------
138+
139+ https://nim-lang.github.io/Nim/
140+
141+ Tutorial (part I)
142+ The Nim tutorial part one deals with the basics.
143+
144+ Tutorial (part II)
145+ The Nim tutorial part two deals with the advanced language constructs.
146+
147+ Tutorial (part III)
148+ The Nim tutorial part three about Nim's macro system.
149+
150+ Language Manual
151+ The Nim manual is a draft that will evolve into a proper specification.
152+
153+ Library documentation
154+ This document describes Nim's standard library.
155+
156+ Compiler user guide
157+ The user guide lists command line arguments, special features of the compiler, etc.
158+
159+ Tools documentation
160+ Description of some tools that come with the standard distribution.
161+
162+ GC
163+ Additional documentation about Nim's GC and how to operate it in a realtime setting.
164+
165+ Source code filters
166+ The Nim compiler supports source code filters as a simple yet powerful builtin templating system.
167+
168+ Internal documentation
169+ The internal documentation describes how the compiler is implemented. Read this if you want to hack the compiler.
170+
171+ Index
172+ The generated index. Index + (Ctrl+F) == Joy
173+
174+
122175Performance sensitive code
123176-------------------------------------------------------------------------------
124177
0 commit comments