README update [ci skip]

This commit is contained in:
Michael S. Klishin 2012-03-07 10:42:08 +04:00
parent f8f2ea4392
commit be2f2a32ff

View file

@ -16,6 +16,7 @@ wanted a client that will
* Be well tested. * Be well tested.
* Be maintained, do not carry technical debt from 2009 forever. * Be maintained, do not carry technical debt from 2009 forever.
* Integrate with libraries like clojure.data.json and Joda Time. * Integrate with libraries like clojure.data.json and Joda Time.
* Provide support for unit testing: factories/fixtures DSL, collection cleaner functions, clojure.test integration and so on.
* Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding). * Integrate usage of JavaScript files and ClojureScript (as soon as the compiler gets artifact it is possible to depend on for easy embedding).
* Learn from other clients like the Java and Ruby ones. * Learn from other clients like the Java and Ruby ones.
* Target Clojure 1.3.0 and later from the ground up. * Target Clojure 1.3.0 and later from the ground up.