Clojure.spec or Schema, which way to go?

2017-02-14 Thread Ye Zhang
I am evaluating which library to use for my project. It seems Schema supports many Clojure.spec features "...Schema also supports experimental clojure.test.check data generation from Schemas, as well as completion of partial datums..." What's they community

How to automate spec validation on large codebase

2017-02-14 Thread Ye Zhang
I am new to spec. I've read Clojure.spec guidelines as well as Youtube talks. I understand I can REPL validating my code using spec. However, is it possible to automate such validation? Ideally if there is spelling error/type/shape mismatch in my code (lots of files), I would like error mes