No Description

Andrey R (cooldome) f5e9dbe211 implement 3 years ago
.builds ba2a477e64 Fix FreeBSD build failures (#15613) 3 years ago
.github 3948b40bcd CI(actions): Replace deprecated `add-path` commands (#15892) 3 years ago
bin d9c1501757 get rid of $READLINK variable (#14841) 3 years ago
build 51488766e7 empty.txt files: Trim trailing whitespace 8 years ago
changelogs 6b8baab536 cosmetic fixes for the 1.4 changelog [ci skip] 3 years ago
ci 97738a4f28 Testament pre parallel (#9137) 5 years ago
compiler f5e9dbe211 implement 3 years ago
config 2cb484cefb followup #15642: make source + edit also work with stdlib (which uses -d:boot) (#15684) 3 years ago
doc 13b1b19a83 remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683) 3 years ago
drnim 52829fc8d1 cmdline: improve command processing (#16056) 3 years ago
examples 9465b5db44 Clean up macros (#14959) 3 years ago
icons 77ba8cb8bb Added icons support for Visual Studio compiler 7 years ago
lib d29eddf92a experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172) 3 years ago
nimdoc d0c4c738b9 add a tester for rst2html (#15936) 3 years ago
nimpretty 204435ad97 export PrettyOptions,prettyPrint from nimpretty (#15865) 3 years ago
nimsuggest 52829fc8d1 cmdline: improve command processing (#16056) 3 years ago
testament 6114df3c24 testament: error instead of silently overwrite a spec (#16166) 3 years ago
tests 6114df3c24 testament: error instead of silently overwrite a spec (#16166) 3 years ago
tools 52829fc8d1 cmdline: improve command processing (#16056) 3 years ago
.gitattributes f07f07eef9 [ci skip] changelog conflicts are a thing of the past (#14098) 4 years ago
.gitignore 16e8005031 fix gitignore for testament cruft (#15530) 3 years ago
.gitlab-ci.yml ef44c12a34 kick taint mode 5 years ago
.travis.yml 7d07897a99 travis now only builds devel docs 4 years ago
appveyor.yml 5b85444244 SSL certificate verify GitHub action (#13697) 4 years ago
azure-pipelines.yml c292c57e48 Small optimization for the CI pipeline. (#15088) 3 years ago
build_all.bat 3d7d06571c isolate the build process from external config files (#13411) 4 years ago
build_all.sh bbe49a14ae Correct all eggs (#15906) 3 years ago
changelog.md c0215d8d0d clean up changelog (#16155) 3 years ago
compiler.nimble 264627a657 Add nimsuggest to installDirs (#10035) 5 years ago
copying.txt 8f73753a2d Update LICENSE (#13421) 4 years ago
koch.nim d0c4c738b9 add a tester for rst2html (#15936) 3 years ago
koch.nim.cfg b8ec07f19e properly fixes #13758 so that `import std/macros` stays legal (#14291) 4 years ago
readme.md ae8eb1ec3d Copy editing (#15733) 3 years ago
security.md ae8eb1ec3d Copy editing (#15733) 3 years ago

readme.md

Nim

Build Status

This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. For more information about Nim, including downloads and documentation for the latest release, check out Nim's website or bleeding edge docs.

Community

Join the IRC chat Join the Discord server Join the Gitter chat Get help View Nim posts on Stack Overflow

  • The forum - the best place to ask questions and to discuss Nim.
  • #nim IRC Channel (Freenode) - a place to discuss Nim in real-time. Also where most development decisions get made.
  • Discord - an additional place to discuss Nim in real-time. Most channels there are bridged to IRC.
  • Gitter - an additional place to discuss Nim in real-time. There is a bridge between Gitter and the IRC channel.
  • Telegram - an additional place to discuss Nim in real-time. There is the official Telegram channel. Not bridged to IRC.
  • Stack Overflow - a popular Q/A site for programming related topics that includes posts about Nim.
  • Github Wiki - Misc user-contributed content.

Compiling

The compiler currently officially supports the following platform and architecture combinations:

  • Windows (Windows XP or greater) - x86 and x86_64
  • Linux (most, if not all, distributions) - x86, x86_64, ppc64 and armv6l
  • Mac OS X (10.04 or greater) - x86, x86_64 and ppc64

More platforms are supported, however, they are not tested regularly and they may not be as stable as the above-listed platforms.

Compiling the Nim compiler is quite straightforward if you follow these steps:

First, the C source of an older version of the Nim compiler is needed to bootstrap the latest version because the Nim compiler itself is written in the Nim programming language. Those C sources are available within the nim-lang/csources repository.

Next, to build from source you will need:

  • A C compiler such as gcc 3.x/later or an alternative such as clang, Visual C++ or Intel C++. It is recommended to use gcc 3.x or later.
  • Either git or wget to download the needed source repositories.
  • The build-essential package when using gcc on Ubuntu (and likely other distros as well).
  • On Windows MinGW 4.3.0 (GCC 8.10) is the minimum recommended compiler.
  • Nim hosts a known working MinGW distribution:

Windows Note: Cygwin and similar POSIX runtime environments are not supported.

Then, if you are on a *nix system or Windows, the following steps should compile Nim from source using gcc, git, and the koch build tool.

Note: The following commands are for the development version of the compiler. For most users, installing the latest stable version is enough. Check out the installation instructions on the website to do so: https://nim-lang.org/install.html.

For package maintainers: see packaging guidelines.

First, get Nim from github:

git clone https://github.com/nim-lang/Nim.git
cd Nim

Next, run the appropriate build shell script for your platform:

  • build_all.sh (Linux, Mac)
  • build_all.bat (Windows)

Windows requires a number of other dependencies that you may need to install including PCRE and OpenSSL. Nim hosts a zip package containing known working versions of the required DLLs here.

Finally, once you have finished the build steps (on Windows, Mac, or Linux) you should add the bin directory to your PATH.

See also rebuilding the compiler.

Koch

koch is the build tool used to build various parts of Nim and to generate documentation and the website, among other things. The koch tool can also be used to run the Nim test suite.

Assuming that you added Nim's bin directory to your PATH, you may execute the tests using ./koch tests. The tests take a while to run, but you can run a subset of tests by specifying a category (for example ./koch tests cat async).

For more information on the koch build tool please see the documentation within the doc/koch.rst file.

Nimble

nimble is Nim's package manager. To learn more about it, see the nim-lang/nimble repository.

Contributors

This project exists thanks to all the people who contribute.

Contributing

Backers on Open Collective Sponsors on Open Collective Setup a bounty via Bountysource Donate Bitcoins Open Source Helpers

See detailed contributing guidelines. We welcome all contributions to Nim regardless of how small or large they are. Everything from spelling fixes to new modules to be included in the standard library are welcomed and appreciated. Before you start contributing, you should familiarize yourself with the following repository structure:

  • bin/, build/ - these directories are empty, but are used when Nim is built.
  • compiler/ - the compiler source code. Also includes nimfix, and plugins within compiler/nimfix and compiler/plugins respectively.
  • nimsuggest - the nimsuggest tool that previously lived in the nim-lang/nimsuggest repository.
  • config/ - the configuration for the compiler and documentation generator.
  • doc/ - the documentation files in reStructuredText format.
  • lib/ - the standard library, including:
    • pure/ - modules in the standard library written in pure Nim.
    • impure/ - modules in the standard library written in pure Nim with dependencies written in other languages.
    • wrappers/ - modules that wrap dependencies written in other languages.
  • tests/ - contains categorized tests for the compiler and standard library.
  • tools/ - the tools including niminst and nimweb (mostly invoked via koch).
  • koch.nim - the tool used to bootstrap Nim, generate C sources, build the website, and generate the documentation.

If you are not familiar with making a pull request using GitHub and/or git, please read this guide.

Ideally, you should make sure that all tests pass before submitting a pull request. However, if you are short on time, you can just run the tests specific to your changes by only running the corresponding categories of tests. Travis CI verifies that all tests pass before allowing the pull request to be accepted, so only running specific tests should be harmless. Integration tests should go in tests/untestable.

If you're looking for ways to contribute, please look at our issue tracker. There are always plenty of issues labeled Easy; these should be a good starting point for an initial contribution to Nim.

You can also help with the development of Nim by making donations. Donations can be made using:

If you have any questions feel free to submit a question on the Nim forum, or via IRC on the #nim channel.

Backers

Thank you to all our backers! [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

You can also see a list of all our sponsors/backers from various payment services on the sponsors page of our website.

License

The compiler and the standard library are licensed under the MIT license, except for some modules which explicitly state otherwise. As a result, you may use any compatible license (essentially any license) for your own programs developed with Nim. You are explicitly permitted to develop commercial applications using Nim.

Please read the copying.txt file for more details.

Copyright © 2006-2020 Andreas Rumpf, all rights reserved.