1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 20:40:42 +02:00

mention rename

This commit is contained in:
JasonJAyalaP
2014-09-18 18:28:42 -05:00
parent f665bf2753
commit a261b8c445

View File

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