Learning Nim ============ .. container:: standout Tutorials --------- - | `Tutorial (part I) `_ | Learn the basics of Nim's types, variables, procedures, control flow, etc... - | `Tutorial (part II) `_ | Learn Nim's more advanced features such as OOP, generics, macros, etc... .. container:: standout Examples -------- - | `Nim by Example `_ | Nim by Example is an excellent starting place for beginners. - | `Nim on Rosetta Code `_ | Many different Nim code examples comparable to other languages for reference. - | `Nim for C/C++ Programmers `_ | A useful cheat-sheet for those most familiar with C/C++ languages. .. container:: standout Articles -------- - `Dr Dobbs Nimrod Publication `_ - `Bootstrapping Nim `_ Documentation ------------- More examples of Nim code can be found in the `Nim Language Documentation `_.