Category:Nim: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{language
{{language
|exec=machine
|exec=machine
|gc=yes
|gc=yes (optional)
|parampass=both
|parampass=both
|express=both
|express=both
Line 7: Line 7:
|LCT=yes
|LCT=yes
|checking=static
|checking=static
|tags=nim
|site=http://nim-lang.org}}
|site=http://nim-lang.org}}
{{language programming paradigm|imperative}}
{{language programming paradigm|imperative}}
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 and supports many C compilers. Nim is actively being developed although it could use more developers. The language has extensive [http://nim-lang.org/lib.html documentation], and a very good [http://nimrod-lang.org/tut1.html tutorial].
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 [https://nim-lang.org/documentation.html documentation], and a very good [https://nim-lang.org/docs/tut1.html tutorial].


You can ask for help on Freenode in the #nim channel.
You can ask for help in the chat on Freenode in the #nim channel, on [https://gitter.im/nim-lang/Nim Gitter/Nim] or in the [https://forum.nim-lang.org forum].

Latest revision as of 08:12, 3 September 2020

Language
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.

Subcategories

This category has only the following subcategory.

@

Pages in category "Nim"

The following 200 pages are in this category, out of 1,576 total.

(previous page) (next page)

A

(previous page) (next page)