An open API service indexing awesome lists of open source software.

https://github.com/narimiran/nim-basics

Source files for Nim basics tutorial
https://github.com/narimiran/nim-basics

beginner beginners-tutorial-series howto-tutorial language-learning learn-to-code learning nim nim-lang nim-language nimlang tutorial

Last synced: about 2 months ago
JSON representation

Source files for Nim basics tutorial

Awesome Lists containing this project

README

        

# Nim basics

These are the source files for [Nim basics](https://narimiran.github.io/nim-basics/) tutorial.

## Contributing

Please report any errors to the [issue tracker](https://github.com/narimiran/nim-basics/issues).

Pull requests are welcome, but before making (significant) changes, please open an issue so it can be discussed what is the best way to tackle the specific problem.

After making the changes, make sure to build new web and epub versions:
```bash
make
```

If you just want to see the changes, while working on a significant refactoring, you can just build web version, as it is much faster:
```bash
make web
```

## License

[MIT License](LICENSE.txt)