Fork me on GitHub
#babashka
<
2020-05-25
>
samedhi16:05:42

Does babashka have support for clojure.spec.alpha ? This didn't work (require '[clojure.spec.alpha :as spec]).

borkdude17:05:33

@samedhi Not built-in but there is a subset of spec available as a library: https://github.com/borkdude/spartan.spec

borkdude17:05:03

When spec comes out of alpha it will probably included

👍 4
samedhi18:05:55

Good to hear. Yeah, I don't have a pressing need for it currently, just thought it would be fun to try to write some generators for test cases rather than write them manually. :]