mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
19 lines
731 B
Plaintext
19 lines
731 B
Plaintext
This package contains the Nim compiler, Nim's stdlib, tools and
|
|
documentation.
|
|
|
|
Nim is a compiled, garbage-collected systems programming language which has
|
|
an excellent productivity/performance ratio. Nim's design focuses on
|
|
efficiency, expressiveness, elegance (in the order of priority).
|
|
|
|
Read install.txt for instructions of how to build and install it.
|
|
|
|
The compiler and the standard library are licensed under the MIT license,
|
|
except for some modules where the documentation suggests otherwise. This means
|
|
that you can use any license for your own programs developed with Nim,
|
|
allowing you to create commercial applications.
|
|
|
|
Read copying.txt for more details.
|
|
|
|
Copyright (c) 2006-2014 Andreas Rumpf.
|
|
All rights reserved.
|