https://github.com/xmonader/nimdays
Nim days book
https://github.com/xmonader/nimdays
book nim programming
Last synced: 20 days ago
JSON representation
Nim days book
- Host: GitHub
- URL: https://github.com/xmonader/nimdays
- Owner: xmonader
- Created: 2018-05-05T10:29:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T14:40:19.000Z (over 1 year ago)
- Last Synced: 2025-03-23T18:47:19.926Z (about 1 month ago)
- Topics: book, nim, programming
- Language: Shell
- Homepage: https://xmonader.github.io/nimdays/
- Size: 3.52 MB
- Stars: 212
- Watchers: 11
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nim Days
[Nim Days](https://xmonader.github.io/nimdays/) is a project to document my journey with The Nim Programming Language## What is in it?
I'll try create multiple practical applications/libraries including:
- Parsers for `bencode`, `dmidecode`, `ini`, `redis protocol`
- Testing framework
- Build systemCheck [TOC](src/SUMMARY.md) for complete summary
## Publishing flow
- To compile the sources please make sure to have [mdbook](https://github.com/rust-lang/mdBook) in your $PATH
- To regenerate the HTML files `bash publish.sh`## Contributions
Please feel free to open an issue or send a PR