List of Tables

 

Chapter 1. Why Nim?

Table 1.1. Time taken to find which numbers from 0 to 100 million are prime

Table 1.2. Common programming language features

Chapter 2. Getting started

Table 2.1. Basic types

Table 2.2. Integer types

Table 2.3. Common character-escape sequences

Chapter 3. Writing a chat application

Table 3.1. Common socket procedures

Table 3.2. Comparison of common async keywords

Chapter 4. A tour through the standard library

Table 4.1. Some examples of definitions in the system module

Table 4.2. File paths on different operating systems

Table 4.3. The results of path-manipulation procedures

Chapter 8. Interfacing with other languages

Table 8.1. Summary of the printf prototype

Table 8.2. The filenames of the SDL library

Chapter 9. Metaprogramming

Table 9.1. Various Nim node kinds and what they mean