Content deleted Content added
m WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (10822) |
m Link repair: Github -> GitHub - You can help! |
||
Line 11:
| latest_test_version = 0.10.2<ref name="news">{{cite web|url=http://nim-lang.org/news.html|title=News|work=Official website|accessdate=2015-01-02}}</ref>
| latest_test_date = 2014-12-29
| typing = [[static typing|static]],<ref name="nimbyex">{{cite web|url=http://nim-by-example.github.io/|title=Nim by example|publisher=[[
| dialects =
| influenced_by = [[Ada (programming language)|Ada]], [[Modula 3]], [[Lisp (programming language)|Lisp]], [[C++ (programming language)|C++]], [[Object Pascal]], [[Python (programming language)|Python]]
| operating_system = [[Linux]], [[Mac OS X]], [[Microsoft Windows|Windows]], [[FreeBSD]], [[NetBSD]]
| license = [[MIT License]]<ref name='license'>{{cite web|url=http://nim-lang.org/question.html|title=FAQ|work=Official website|accessdate = 2014-07-20}}</ref><ref name='license1'>{{cite web|url=https://github.com/Araq/Nim/blob/master/copying.txt|title=copying.txt|work=Nim|publisher=[[
| website = {{URL|http://nim-lang.org/}}
}}
'''Nim''' (formerly known as Nimrod) is an [[imperative programming|imperative]], [[multi-paradigm programming language|multi-paradigm]], [[compiled programming language]]<ref name="drdobbs">{{cite web|url=http://www.drdobbs.com/open-source/nimrod-a-new-systems-programming-languag/240165321|title=Nimrod: A new systems programming language|first=Andreas|last=Rumpf|work=[[Dr. Dobb's Journal]]|date=2014-02-11|accessdate=2014-07-20}}</ref> designed and developed by Andreas Rumpf. It is designed to be an "efficient, expressive, and elegant" programming language,<ref name="nim-lang">{{cite web|url=http://nim-lang.org/|title=The Nim Programming Language|work=Official website|accessdate=2014-07-20}}</ref> supporting [[metaprogramming]],<ref>{{cite web |url=http://developers.slashdot.org/story/15/02/15/0411217/nim-programming-language-gaining-traction?utm_source=slashdot&utm_medium=twitter |title=Nim Programming Language Gaining Traction |publisher=Slashdot anonymous poster|accessdate=15 Feb 2014}}</ref> [[functional programming|functional]], [[message passing]],<ref name="concurrency">{{cite web|url=http://nim-lang.org/question.html|title=FAQ|work=Official website|accessdate=2013-04-05}}</ref> [[Procedural programming|procedural]], and [[Object-oriented programming|object-oriented]] programming styles.
The Nim compiler was initially written in Pascal,<ref name="pas-sources">{{cite web|url=https://github.com/Araq/Nim/tree/ea1f1ec6d4d6c776eb0f81c2bebdd4cb4c817ebe/nim|title=Nim Pascal Sources|work=Nim|publisher=[[
== Description ==
|