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
- Host: GitHub
- URL: https://github.com/narimiran/nim-basics
- Owner: narimiran
- License: mit
- Created: 2018-06-09T12:11:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T05:05:16.000Z (7 months ago)
- Last Synced: 2025-03-15T04:46:08.861Z (2 months ago)
- Topics: beginner, beginners-tutorial-series, howto-tutorial, language-learning, learn-to-code, learning, nim, nim-lang, nim-language, nimlang, tutorial
- Language: HTML
- Homepage: https://narimiran.github.io/nim-basics/
- Size: 1.65 MB
- Stars: 103
- Watchers: 9
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)