LuxLang/lux

Vs. Clojure Spec?

leontalbot opened this issue · 1 comments

What about a comparison to the Clojure Spec library?

I think that's a little bit too specific.

Lux already provides part of that, with the property-based/generative testing machinery in the lux/test module.
There are also the pre-condition and post-condition macros @pre and @post.

So you can combine those things and get something close to Spec.