Code from the presentation "Simpler webapps with Clojure" - Gijs Stuurman
Presented at #OctAmsClj on October 27th 2012
Install leiningen
Run the webapp:
lein run -m example.core
Browse the webapp at http://localhost:8888/guess
Run the tests (can't be run while the webapp runs, due to also using port 8888):
lein test