Tags
Language
Tags
October 2024
Su Mo Tu We Th Fr Sa
29 30 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 1 2

Mastering Nim: A complete guide to the programming language

Posted By: readerXXI
Mastering Nim: A complete guide to the programming language

Mastering Nim: A complete guide to the programming language
by Andreas Rumpf
English | 2023 | ASIN: B0CH292BY7 | 316 Pages | True PDF | 1.1 MB

Nim is a general-purpose programming language inspired by Python, C++ and Lisp. Its most important features are type and resource safety, meta programming and combining readability with syntactic convenience.

Learning a programming language is a huge time investment. Why should you learn Nim?

Nim rewards you with a single coherent language that can be used for everything and it works well on everything:
It runs on virtually every operating system and on web browsers, as well as on tiny embedded devices and even on GPUs.
Nim's complexity is still very manageable, this book tries to cover Nim completely in about 300 pages.

Some describe Nim as a "better Python with types, macros and C's speed".
But please dive in and see for yourself!