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.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | nim-2.0.4.tgz |
NetBSD 10.0 | aarch64 | nim-2.0.4.tgz |
NetBSD 10.0 | i386 | nim-2.0.4.tgz |
NetBSD 10.0 | i386 | nim-2.0.4.tgz |
NetBSD 10.0 | x86_64 | nim-2.0.4.tgz |
NetBSD 10.0 | x86_64 | nim-2.0.4.tgz |
NetBSD 9.0 | aarch64 | nim-2.0.4.tgz |
NetBSD 9.0 | aarch64 | nim-2.0.4.tgz |
NetBSD 9.0 | i386 | nim-2.0.4.tgz |
NetBSD 9.0 | i386 | nim-2.0.4.tgz |
NetBSD 9.0 | x86_64 | nim-2.0.4.tgz |
NetBSD 9.0 | x86_64 | nim-2.0.4.tgz |
NetBSD 9.3 | x86_64 | nim-2.0.4.tgz |
NetBSD 9.3 | x86_64 | nim-2.0.4.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.