File: docs.md

package info (click to toggle)
nim 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,911,644 kB
  • sloc: sh: 24,603; ansic: 1,761; python: 1,492; makefile: 1,013; sql: 298; asm: 141; xml: 13
file content (38 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
The documentation consists of several documents:

- | [Tutorial (part I)](tut1.html)
  | The Nim tutorial part one deals with the basics.

- | [Tutorial (part II)](tut2.html)
  | The Nim tutorial part two deals with the advanced language constructs.

- | [Tutorial (part III)](tut3.html)
  | The Nim tutorial part three about Nim's macro system.

- | [Language Manual](manual.html)
  | The Nim manual is a draft that will evolve into a proper specification.

- | [Library documentation](lib.html)
  | This document describes Nim's standard library.

- | [Compiler user guide](nimc.html)
  | The user guide lists command line arguments, special features of the
    compiler, etc.

- | [Tools documentation](tools.html)
  | Description of some tools that come with the standard distribution.

- | [Memory management](mm.html)
  | Additional documentation about Nim's memory management strategies
  | and how to operate them in a realtime setting.

- | [Source code filters](filters.html)
  | The Nim compiler supports source code filters as a simple yet powerful
    builtin templating system.

- | [Internal documentation](intern.html)
  | The internal documentation describes how the compiler is implemented. Read
    this if you want to hack the compiler.

- | [Index](theindex.html)
  | The generated index. **Index + (Ctrl+F) == Joy**