kids.klipse.tech An interactive functional programming course for children based on clojure and klipse Live at kids.klipse.tech. And here is an example of an interactive clojure code snippet, teaching the kids how to use def: 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.
viebel/kids.klipse.tech
kids.klipse.tech
An interactive functional programming course for children based on clojure and klipse
Live at kids.klipse.tech.
And here is an example of an interactive
clojure
code snippet, teaching the kids how to usedef
: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:
Open your browser at http://localhost:4001.
Create/Edit a file under the
_posts
folder.Your are done.