diff options
author | JasonJAyalaP <jason@jasonayala.com> | 2014-09-18 18:28:42 -0500 |
---|---|---|
committer | JasonJAyalaP <jason@jasonayala.com> | 2014-09-18 18:28:42 -0500 |
commit | a261b8c445d0c0af70348d6518d3e0204da94e1d (patch) | |
tree | 3f80134effba6e5088cf7dfa2276f3110ada6cf9 /nim.html.markdown | |
parent | f665bf27539b51a24b5dc8a1e8a1fdb7bbb57a52 (diff) |
mention rename
Diffstat (limited to 'nim.html.markdown')
-rw-r--r-- | nim.html.markdown | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nim.html.markdown b/nim.html.markdown index f9ba975e..ae9f5ce0 100644 --- a/nim.html.markdown +++ b/nim.html.markdown @@ -5,9 +5,10 @@ contributors: - ["Jason J. Ayala P.", "http://JasonAyala.com"] --- -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. +Nim (formally Nimrod) 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. Nim is efficient, expressive, and elegant. |