RE: [ClojureScript] Re: clojure.spec

2016-05-29 Thread sean
Is it likely that we’ll see a common clojure.spec implementation in .cljc files rather than separate .clj / .cljs files? Sean Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org From: David Nolen -- Note that posts from new members are moderated - please be patient with your

[ClojureScript] Re: clojure.spec

2016-05-28 Thread Alex Miller
There is a tutorial about spec in general at http://clojure.org/guides/spec On Saturday, May 28, 2016 at 8:39:27 PM UTC-5, Jiyin Yiyong wrote: > > > > Looking forward to tutorials~ -- Note that posts from new members are moderated - please be patient with your first post. --- You received

[ClojureScript] Re: clojure.spec

2016-05-28 Thread Jiyin Yiyong
On Sunday, May 29, 2016 at 6:39:16 AM UTC+8, David Nolen wrote: > clojure.spec has been ported to cljs.spec now available in ClojureScript > master. Will probably cut a release later next week but users are encouraged > to build master and give it a spin. > > > David > > > On Mon, May 23,

[ClojureScript] Re: clojure.spec

2016-05-28 Thread Leon Grapenthin
That's amazing, David - and much sooner than expected. Thanks for porting so fast. Going to use in production asap :) One question: What is the direction regarding macros? Given that error messages are going to be greatly improved once macros are specified I am curious of course- can one just

[ClojureScript] Re: clojure.spec

2016-05-28 Thread David Nolen
clojure.spec has been ported to cljs.spec now available in ClojureScript master. Will probably cut a release later next week but users are encouraged to build master and give it a spin. David On Mon, May 23, 2016 at 10:12 AM, Rich Hickey wrote: > Introducing clojure.spec