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

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.

Namespace question and request for project with non-trivial use of clojure.spec

2016-12-16 Thread Jonathon McKitrick
I've run into some odd namespace issues with clojure.spec, and I'm sure it's because I'm doing something wrong. I have this in my ns declaration: [foo.schema :as schema] However: foo.main> (s/valid? :foo.schema/email "f...@bar.com") true foo.main> (s/valid? :schema/email "f...@bar.com") Excepti

Re: Namespace question and request for project with non-trivial use of clojure.spec

2016-12-16 Thread Alex Miller
On Friday, December 16, 2016 at 10:59:50 AM UTC-6, Jonathon McKitrick wrote: > > I've run into some odd namespace issues with clojure.spec, and I'm sure > it's because I'm doing something wrong. I have this in my ns declaration: > > [foo.schema :as schema] > > However: > > foo.main> (s/valid? :f

Re: Namespace question and request for project with non-trivial use of clojure.spec

2016-12-16 Thread jmckitrick
That did the trick. Thanks! On Fri, Dec 16, 2016 at 12:29 PM Alex Miller wrote: > > > On Friday, December 16, 2016 at 10:59:50 AM UTC-6, Jonathon McKitrick > wrote: > > I've run into some odd namespace issues with clojure.spec, and I'm sure > it's because I'm doing something wrong. I have this i

Re: Namespace question and request for project with non-trivial use of clojure.spec

2016-12-16 Thread Josh Tilles
Although I can’t recall off the top of my head any example applications that demo non-trivial spec usage, you might be able to find some good projects using CrossClj: https://crossclj.info/ns/org.clojure/clojure/1.9.0-alpha14/project.clj.html#used. (There’s a good chance that any project that’