by thenonameguy on 7/13/16, 5:06 PM with 1 comments
by hithacker on 7/13/16, 7:44 PM
clojure.spec is great because it finally makes Clojure a language with pluggable type system. I am sure Cider and Cursive can use specs to do things like show doc hints and compile time errors.
Also clojure.spec makes generative testing so much easier to use and understand for me somehow. I can see most clojure developers start using it in daily practice. There has been other initiatives for making generative testing easier in other communities like .Net but never became popular.