Using CouchDB with Clojure
All CouchDB basic features explained using Clojure:
This article shows how to access the CouchDB APIs using Clojure, a dynamic language for the JVM. Examples use the Clutch API and clj-http library in parallel to illustrate a higher-level CouchDB API and lower-level REST-based calls, respectively.
Original title and link: Using CouchDB with Clojure (NoSQL databases © myNoSQL)
via: http://www.ibm.com/developerworks/library/j-couchdb-clojure/