Re: Storing Clojure code in a data store

2013-08-15 Thread Mark
How is quicklisp different that clojars + leiningen? On Thursday, August 15, 2013 8:41:16 AM UTC-7, da...@axiom-developer.org wrote: > > It might be useful to set up a website similar to quicklisp for clojure. > I've found quicklisp to be very effective as it not only delivers code > but resolv

Re: Storing Clojure code in a data store

2013-08-15 Thread Jon Pither
Hi Luc, Thanks for sharing, good to know someone is doing this. We're using Avout / ZK and are looking at Riac so this could be an option. Jon. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googleg

Re: Storing Clojure code in a data store

2013-08-15 Thread u1204
It might be useful to set up a website similar to quicklisp for clojure. I've found quicklisp to be very effective as it not only delivers code but resolves dependencies to other packages automatically. Tim Daly -- -- You received this message because you are subscribed to the Google Groups "Cl

Re: Storing Clojure code in a data store

2013-08-15 Thread Softaddicts
We store code/data in zookeeper and riak. We serialize these using nippy. You can get notified on changes using zookeeper watchers on the nodes storing either children changes or changes to the node data as you wish. We are highly satisfied with this, we also store configuration data in zookeeper

Storing Clojure code in a data store

2013-08-15 Thread Jon Pither
Hi, I'm wondering what approaches people take if they want to have Clojure code loaded at runtime from some data store. We operate a large website and I'd like the ability to deploy our mustache templates & immediate corresponding clojure code at will, rolling back etc if need be, without having