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-protobuf

I'm using this library in a clojure graph database I'm writing for
improved serialization speed over native clojure data types (http://
github.com/ninjudd/jiraph). So far, it's working great, but I'm always
open to suggestions or improvements.

Cheers,
Justin

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to