summary refs log blame commit diff stats
path: root/readme.txt
blob: 7f9f50da363d81a8b558fd3be7d0609e9f25bfbc (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                               
              
 

                                                                           
                                                                
 
                                                                 
 


                                                                              
                                               


                                  
                                      
                    
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-2016 Andreas Rumpf.
All rights reserved.