./lang/nim, The Nim programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q4, Version: 1.0.2, Package name: nim-1.0.2, Maintainer: cfkoch

Nim (formerly known as "Nimrod") is a statically typed, imperative
programming language that tries to give the programmer ultimate power
without compromises on runtime efficiency. This means it focuses on
compile-time mechanisms in all their various forms.

Beneath a nice infix/indentation based syntax with a powerful (AST based,
hygienic) macro system lies a semantic model that supports a soft realtime
GC on thread local heaps. Asynchronous message passing is used between
threads, so no "stop the world" mechanism is necessary. An unsafe shared
memory heap is also provided for the increased efficiency that results from
that model.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: dec2e06d9a15bda9ddbc607c160fdbf537aa96d7
RMD160: d48bc7e837a07bc0d351d376e8b511bf99367d78
Filesize: 5019.25 KB

Version history: (Expand)