Closed aew closed 8 years ago
Thanks for taking on this. I was thinking about using clojure.spec for a while.
Although clojure.spec was introduced in Clojure 1.9, I have heard Clojure 1.9 alpha versions are getting more early adopters. For any one using Clojure 1.8, they can use https://github.com/tonsky/clojure-future-spec with Clojure 1.8.
Very preliminary and partial implementation of validation, mainly for early feedback:
clojure.spec
, so requiresclojure 1.9.0-alpha2
There are a number of TODO's in the code.