• Stars
    star
    239
  • Rank 168,763 (Top 4 %)
  • Language
    CSS
  • License
    The Unlicense
  • Created over 10 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A series of pages and examples for leaning the Nim Programing Language

This repo contains the sources for the Nim by Example book.

If you'd like, use nanoc to build. However, its easiest to simply write things and wait for the webpage at http://nim-by-example.github.io/ to update.

Building

First, make sure that you have the following dependencies installed and on your PATH:

Then, to build & run the site, use:

$ bundle config set --local path 'vendor/bundle'
$ bundle install
$ bundler exec nanoc
$ bundler exec nanoc view