Skip to content

viebel/kids.klipse.tech

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published