clojure-protobuf

2010-02-12 Thread ninjudd
Hello All, I just finished version 1 of a clojure wrapper for protocol buffers: http://github.com/ninjudd/clojure-protobuf I'm using it as a data storage format for an embedded graph db I'm working on. It ends up being much faster than pr-str/read-string. If you're int

Los Angeles Clojure users group

2010-08-24 Thread ninjudd
Lance Bradley (lancepantz) and I are interested in getting an LA area Clojure group started, so we started a Google group (http:// groups.google.com/group/clj-la). If you're in the Los Angeles area, please join the group so we can talk about setting up a first meeting. Or go to the irc channel: #c

Re: The 'in' family

2010-12-15 Thread ninjudd
i completely agree about adding update to core. i've added it my utils library and i use it all the time. here's a slightly different implementation of update that takes a variable number of args (like update-in). (defn update "Update value in map where f is a function that takes the old valu

Re: Community attitude

2010-12-21 Thread ninjudd
Well, I'm glad to have you in the Clojure community, Jay. I come from a Ruby background too, and I've enjoyed your blog over the years. Your interest in Clojure has helped me get other Rails developers at work excited about Clojure. On the topic of community attitude, I agree with you. There are s