Re: [protobuf] protocol buffers in clojure

2010-01-29 Thread Kenton Varda
I've added this to the wiki: http://code.google.com/p/protobuf/wiki/ThirdPartyAddOns On Fri, Jan 29, 2010 at 2:47 PM, ninjudd wrote: > Hi, > > I wrote a clojure library that provides a wrapper around Java protocol > buffers for clojure. Of course, you can call Java functions directly > from clo

[protobuf] protocol buffers in clojure

2010-01-29 Thread ninjudd
Hi, I wrote a clojure library that provides a wrapper around Java protocol buffers for clojure. Of course, you can call Java functions directly from clojure, but this makes protocol buffers a real clojure datatype that behave similarly to hash-map or struct-map. http://github.com/ninjudd/clojure-