diff options
author | Araq <rumpf_a@web.de> | 2014-08-28 09:38:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-28 09:38:14 +0200 |
commit | 2781fea9e2a67e86f37277f5e2808fc444a1173a (patch) | |
tree | 4dbb9f359143e83ffc8c9fce680af3f5accd4bc0 /compiler/nimrod.ini | |
parent | 649dfa09c4fcef2d8174cf4f997aa482600a718e (diff) | |
download | Nim-2781fea9e2a67e86f37277f5e2808fc444a1173a.tar.gz |
Nimrod renamed to Nim
Diffstat (limited to 'compiler/nimrod.ini')
-rw-r--r-- | compiler/nimrod.ini | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini index 44e16cec8..8bd00e891 100644 --- a/compiler/nimrod.ini +++ b/compiler/nimrod.ini @@ -1,5 +1,5 @@ [Project] -Name: "Nimrod" +Name: "Nim" Version: "$version" Platforms: """ windows: i386;amd64 @@ -13,15 +13,15 @@ Platforms: """ """ Authors: "Andreas Rumpf" -Description: """This is the Nimrod Compiler. Nimrod is a new statically typed, +Description: """This is the Nim Compiler. Nim is a new statically typed, imperative programming language, that supports procedural, functional, object oriented and generic programming styles while remaining simple and efficient. -A special feature that Nimrod inherited from Lisp is that Nimrod's abstract +A special feature that Nim inherited from Lisp is that Nim's abstract syntax tree (AST) is part of the specification - this allows a powerful macro system which can be used to create domain specific languages. -Nimrod is a compiled, garbage-collected systems programming language -which has an excellent productivity/performance ratio. Nimrod's design +Nim is a compiled, garbage-collected systems programming language +which has an excellent productivity/performance ratio. Nim's design focuses on the 3E: efficiency, expressiveness, elegance (in the order of priority).""" @@ -149,6 +149,6 @@ flags = "-w" [deb] buildDepends: "gcc (>= 4:4.3.2)" pkgDepends: "gcc (>= 4:4.3.2)" -shortDesc: "The Nimrod Compiler" +shortDesc: "The Nim Compiler" licenses: "bin/nimrod,MIT;lib/*,MIT;" |