Re: migae: clojure on Google App Engine

2016-12-18 Thread contact
Thank you. Will take a look at migae. cljgae-template also sounds promising. Got chestnut template working with datastore. Thank you for posting http://lambda-startup.com/developing-clojure-on-app-engine/ and https://blog.jeaye.com/2016/08/23/clojure-app-engine/. Don't know if it's the best app

Re: migae: clojure on Google App Engine

2016-12-18 Thread Gregg Reynolds
On Dec 17, 2016 1:13 PM, "Jeaye" wrote: I was recently informed about https://github.com/nickbauman/cljgae-template which aims to provide a GAE template for leiningen projects. As it didn't exist when I started with GAE, I wrote up a summary of my experience bootstrapping things here: https://blo

Re: migae: clojure on Google App Engine

2016-12-17 Thread Jeaye
I was recently informed about https://github.com/nickbauman/cljgae-template which aims to provide a GAE template for leiningen projects. As it didn't exist when I started with GAE, I wrote up a summary of my experience bootstrapping things here: https://blog.jeaye.com/2016/08/23/clojure-app-engi

Re: migae: clojure on Google App Engine

2016-12-16 Thread Gregg Reynolds
On Fri, Dec 16, 2016 at 6:13 AM, wrote: > Hi Gregg, > > Recently switched from python to clojure. > Is migae still ok for starting out for building applications on app engine > (the last commit is from 2015) ? > > Thank You, > Claudiu > Hi Claudiu, Thanks for asking. The answer is yes and no.

Re: migae: clojure on Google App Engine

2016-12-16 Thread contact
Hi Gregg, Recently switched from python to clojure. Is migae still ok for starting out for building applications on app engine (the last commit is from 2015) ? Thank You, Claudiu On Saturday, August 29, 2015 at 9:49:43 PM UTC+3, Gregg Reynolds wrote: > > Hi list, > > If you have any interest

Re: migae: clojure on Google App Engine

2015-09-01 Thread Nicholas Faiz
Thanks. This is very helpful. I successfully built an example Clojure service on GAE last week working from http://flowa.fi/blog/2014/04/25/clojure-gae-howto.html?lang=en . Looking forward to reading through your examples. Cheers, Nicholas On Sunday, August 30, 2015 at 4:49:43 AM UTC+10, Gregg