/reacl-tutorial

Reacl tutorial for CUFP 2015

Primary LanguageClojure

Reacl Tutorial

This is the skeleton project for the Reacl tutorial at CUFP 2015.

Tutorial preparations

You should clone this repository, install Java JDK 8, install Leiningen, and run

lein figwheel

in this directory. Your browser should display a web page that says "Reacl Tutorial". If your browser does not come up, point it to http://localhost:3449/.

If any of the above doesn't work as described, don't hesitate to contact me directly.

If it works, get an editor or IDE that works with Clojure and that you feel comfortable with

See if you can edit project.clj, for example. Note that we will only need basic editor functionality for the tutorial, and won't spend much time on editor support for Clojure at the tutorial.

License

Copyright © 2015 Mike Sperber

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.