[ANN] appengine-magic: using Clojure with Google App Engine

2010-09-20 Thread Constantine Vetoshev
I'd like to announce the release of a working version of appengine- magic, a library designed to make it easier to get started with Google App Engine using Clojure. appengine-magic abstracts away nearly all the boilerplate necessary to deploy an App Engine application. It also enables interactive

Re: appengine-magic: using Clojure with Google App Engine

2010-09-20 Thread Saul Hazledine
On Sep 20, 10:15 pm, Constantine Vetoshev wrote: > I'd like to announce the release of a working version of appengine- > magic, a library designed to make it easier to get started with Google > App Engine using Clojure. > > appengine-magic abstracts away nearly all the boilerplate necessary to > d

Re: appengine-magic: using Clojure with Google App Engine

2010-09-21 Thread Saul Hazledine
On Sep 20, 10:15 pm, Constantine Vetoshev wrote: > > http://github.com/gcv/appengine-magic > > Comments welcome, as always. > One thing that would simplify the process a little is that, when Leiningen 1.4 is released, that appengine-magic uses the plugin manager to install: http://groups.google.

Re: appengine-magic: using Clojure with Google App Engine

2010-10-06 Thread Constantine Vetoshev
On Oct 4, 10:52 pm, Glen Stampoultzis wrote: > On 21 September 2010 07:15, Constantine Vetoshev wrote: > > I'd like to announce the release of a working version of appengine- > > magic, a library designed to make it easier to get started with Google > > App Engine using Clojure. > > .. chop .. >

Re: [ANN] appengine-magic: using Clojure with Google App Engine

2010-10-04 Thread Glen Stampoultzis
On 21 September 2010 07:15, Constantine Vetoshev wrote: > I'd like to announce the release of a working version of appengine- > magic, a library designed to make it easier to get started with Google > App Engine using Clojure. > .. chop .. I noticed it uses ring out of the box. I was wondering