All Projects → viebel → Kids.klipse.tech

viebel / Kids.klipse.tech

An interactive functional programming course for children based on clojure and klipse

Labels

kids.klipse.tech

An interactive functional programming course for children based on clojure and klipse

Live at kids.klipse.tech.

HomePage

And here is an example of an interactive clojure code snippet, teaching the kids how to use def:

Demo

Contribution

Pull requests are welcome: new articles, translations, any other ideas...

The site is hosted by github with github pages.

How to run locally?

This site is powered by Jekyll.

In order to run locally, clone the repo and the run the following commands on your terminal:

git checkout gh-pages
bundle install
jekyll serve --port 4001

Open your browser at http://localhost:4001.

Create/Edit a file under the _posts folder.

Your are done.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].