Category:Nimrod: Difference between revisions

From Rosetta Code
Content added Content deleted
(some more information)
m (Move the language template to the top)
Line 1: Line 1:
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 and supports many C compilers.
Nimrod is actively being developed although it could use more developers, there is currently only one core developer.
The language has excellent [http://force7.de/nimrod/lib.html documentation], and a very good [http://force7.de/nimrod/tut1.html tutorial].

You can ask for help on the nimrod [http://force7.de/heimdall forum] as well as on Freenode in the #nimrod channel.

{{language
{{language
|exec=machine
|exec=machine
Line 16: Line 9:
|site=http://force7.de/nimrod/}}
|site=http://force7.de/nimrod/}}
{{language programming paradigm|imperative}}
{{language programming paradigm|imperative}}
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 and supports many C compilers. Nimrod is actively being developed although it could use more developers, there is currently only one core developer. The language has excellent [http://force7.de/nimrod/lib.html documentation], and a very good [http://force7.de/nimrod/tut1.html tutorial].

You can ask for help on the nimrod [http://force7.de/heimdall forum] as well as on Freenode in the #nimrod channel.

Revision as of 15:47, 26 January 2011

Language
Nimrod
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Yes
Parameter passing methods: By reference, By value
Type strength: Strong
Type expression: Implicit, Explicit
Type checking: Static
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Nimrod.

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 and supports many C compilers. Nimrod is actively being developed although it could use more developers, there is currently only one core developer. The language has excellent documentation, and a very good tutorial.

You can ask for help on the nimrod forum as well as on Freenode in the #nimrod channel.

This category currently contains no pages or media.