diff options
author | Araq <rumpf_a@web.de> | 2016-11-25 11:14:57 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-11-28 12:54:55 +0100 |
commit | f9c184a4932eb839a6ec4b9293e37583cd33a89a (patch) | |
tree | b1c64131f320bdfd5c34c4b9aa8e564b4beb6cb8 /web | |
parent | e5ef32dab3ad22d6fba5e4b558b178350ed2794e (diff) | |
download | Nim-f9c184a4932eb839a6ec4b9293e37583cd33a89a.tar.gz |
minor website improvements
Diffstat (limited to 'web')
-rw-r--r-- | web/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.rst b/web/index.rst index 506453423..4b712fa3b 100644 --- a/web/index.rst +++ b/web/index.rst @@ -5,7 +5,7 @@ Home Welcome to Nim -------------- -**Nim** (formerly known as "Nimrod") is a statically typed, imperative +**Nim** is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms. |