Nim's Documentation =================== .. container:: standout Search Options -------------- .. container:: internals `Documentation Index `_ - The generated index. **Index + (Ctrl+F) == Joy** .. container:: standout Standards & Guides ------------------ .. container:: libraries - | `Standard Library `_ | This document describes Nim's standard library. - | `Language Manual `_ | The Nim manual is a draft that will evolve into a proper specification. - | `Nim Style Guide `_ | The stylistic conventions that Nim's official projects adhere to. - | `Compiler User Guide `_ | The user guide lists command line arguments, special features of the compiler, etc. - | `NimScript `_ | NimScript is the upcoming new way to configure Nim. - | `Nim Backend Integration `_ | The Backend Integeration guide gives further information of how Nim can interact with C, C++, Objective C and JavaScript. .. container:: standout Tools & Features ---------------- .. container:: tools - | `Source Code Filters `_ | The Nim compiler supports source code filters as a simple yet powerful builtin templating system. - | `Tools Documentation `_ | Description of some tools that come with the standard distribution. .. container:: standout Internal Details ---------------- .. container:: internals - | `Garbage Collector `_ | Additional documentation about Nim's GC and how to operate it in a realtime setting. - | `Internal Documentation `_ | The internal documentation describes how the compiler is implemented. Read this if you want to hack the compiler.