Validateur is a Clojure validation library inspired by Ruby's ActiveModel
Get Started! » See API Reference » Contribute »Validateur is small: validators are functions, validation sets are higher-order functions, validation results are returned as values.
With Validateur, you can create custom validators the most natural way: by defining functions.