Re: Any suggestions for configuration solution in Clojure or Java world?

2013-06-17 Thread josh rotenberg
I like carica for configuration: https://github.com/sonian/carica I switched a project over from the typesafe config package (with my own very thin Clojure wrapper around it) to carica and found it really nice to work with. Josh -- -- You received this message because you are subscribed to the

Re: DBM libraries

2013-06-16 Thread josh rotenberg
> Is there a maintained and widely-adopted Clojure interface to any of > the Java DBM libraries (jdbm, jdbm2, BerkeleyDB or MapDB) ? I'm not sure how widely adopted it is, but Cupboard has a high and low level Berkeley DB API: https://github.com/gcv/cupboard -- -- You received this message beca

Re: Libraries and build management hell

2011-07-29 Thread josh rotenberg
On Thu, Jul 28, 2011 at 2:23 PM, Michal B wrote: > Why does it have to be so complicated to use libraries? Heh. My current project is C/C++, and we are using gnu autotools for the build. A few dependencies use pkgconfig, some have m4 macros (that are out of date), one has its own backtick-config