A simple example of how one (myself) might get up and running w/ Compojure.
Via emacs, start the dev server like so:
(require 'compojure-spike.core)
(use 'ring.util.serve)
(serve compojure-spike.core/app)
To shut down:
(stop-server)
Copyright (C) 2012 Michael Gorsuch michael.gorsuch@gmail.com
Distributed under the Eclipse Public License, the same as Clojure.