Nimrod is a statically typed, imperative programming language. Beneath a
nice infix/indentation based syntax with a powerful macro system lies a
semantic model that supports a soft realtime GC on thread local heaps.
Asynchronous message passing is used between threads.
PR: ports/174368
Submitted by: Neal Nelson <ports@nicandneal.net>