
Nim
This programming language may be used to instruct a computer to perform a task.
| Official website |
|---|
| Execution method: | Compiled (machine code) |
|---|---|
| Garbage collected: | Yes (optional) |
| Parameter passing methods: | By reference, By value |
| Type strength: | Strong |
| Type expression: | Implicit, Explicit |
| Type checking: | Static |
| Lang tag(s): | nim |
| See Also: |
Listed below are all of the tasks on Rosetta Code which have been solved using Nim.
Nim (formerly known as Nimrod) is a general purpose, high-level, system programming, statically typed imperative compiled programming language that is developed by Andreas Rumpf. There is a lot of focus on portability and efficiency. The language compiles to C, C++ and JavaScript. Nim is actively being developed. The language has extensive documentation, and a very good tutorial.
You can ask for help in the chat on Freenode in the #nim channel, on Gitter/Nim or in the forum.