Re: Clojure Spec, performance and workflows

2016-07-15 Thread Colin Yates
Just dipping in to say the pragmatism and maturity around here is hugely attractive compared to other tech communities. +1. In terms of reducing the impact of a change, I have found ruthlessly separating out into separate libraries very beneficial here. lein's 'checkout' capability makes it not mu

Re: Clojure Spec, performance and workflows

2016-07-15 Thread Rich Hickey
Thanks for your feedback. I've been anticipating this discussion, and my response here is directed to everyone, not just your problem. Using specs and instrument+generative testing is much different than the example-based testing that has happened thus far, and should deliver substantially grea

Clojure Spec, performance and workflows

2016-07-15 Thread Kjetil Thuen
Hi. I was sent here from the Clojurians Slack after posting a question there about the performance of clojure.spec (or actually cljs.spec). After having specced most of my data structures and all of the functions in a couple of namespaces, I am seeing my test suite taking 5 minutes to complete