[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: [ANN] Carry - a single-page application framework

2016-05-28 Thread Jiyin Yiyong
On Friday, May 27, 2016 at 2:48:43 AM UTC+8, Yuri Govorushchenko wrote: > I'm happy to share the new framework for building SPAs, inspired by re-frame, > Elm architecture, Redux and Cerebral. > > Check it out at https://github.com/metametadata/carry > > Features: > > - Functional API with no

[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: Clojurescript Tutorials

2016-05-28 Thread Jiyin Yiyong
On Thursday, May 26, 2016 at 2:56:19 PM UTC+8, Punit Naik wrote: > Hi Everyone > > I am new to Clojurescript and wanted to start doing UI programming. Now the > thing is, I don't have much JS, AngularJS, React.js knowledge. Can you guys > please suggest me any good tutorials about clojurescript

[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