malli

https://github.com/metosin/malli :malli:
ikitommi 2021-06-18T04:53:20.176600Z

@escherize looks good! haven’t seen anything library-quality impls of malli-forms. Have done one, but not complete and coupled to the use case.

ikitommi 2021-06-18T04:55:48.177800Z

@deadghost there should be an optional optimizer in malli. @miikka did a prototype of such some time ago: https://github.com/miikka/boolean-simplifier

👀 2
ikitommi 2021-06-18T04:57:44.179500Z

[:or [:int {:min 10}] [:int {:max 5}] [:int {:min 0, :max 20}]] could be just :int.