Gavagai is a library dedicated to facilitating the creation of Clojure 
wrapper around Java libraries. It enables a simple, declarative way to 
automatically convert recursive graphs of Java objects to Clojure immutable 
and lazy data structures.
You can find out more about this project motivations (and name!) in this 
blog post (http://theblankscreen.net/blog/2013/02/18/introducing-gavagai/) 
and more details on usage in the README of the project repo (
https://github.com/ngrunwald/gavagai). The tests are also a useful source 
of info.

Also, you can have a look at https://github.com/ngrunwald/clj-rome. It is 
an idiomatic Clojure wrapper for the Java RSS parser 
ROME<http://rometools.org/> and 
though ROME uses a very Java centric approach, clj-rome is only 60 lines 
long thanks to Gavagai. This code is a good exemple of real production 
usage of gavagai.

Patches and comments welcome

Nils Grunwald

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to