Compojure is an open source web framework for the Clojure programming language.
Compojure
Author: James Reeves
Categories: web
License: EPL
Source code: https://github.com/weavejester/compojure
Dependencies: clojure.contrib, a Java servlet container (e.g. Jetty)
Compojure is a web framework that emphasizes a thin I/O layer and a functional approach to web development. It includes an integrated Jetty web server, but can be used with any Java servlet container.