This is the skeleton project for the Reacl tutorial at ICFP 2018.
You should clone this repository, install Java JDK, install Leiningen, and run
lein build-dev
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:9500/
.
To run the tests, go to `http://localhost:9500/figwheel-extra-main/tests' and open the JavaScript console in your browser.
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
- here is a list.
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.
Copyright © 2018 Mike Sperber
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.