#malli
Read more stories on Hashnode
Articles with this tag
Enhanced Static Code Analysis with Clj-Kondo and Malli · TLDR: It is possible to declare types for Clojure functions and make them available to the...
A Short Introduction to Malli · Malli is a data-driven schema Clojure library for defining types and validating data. It can be used for example...
To some, it might come as a surprise that you can type Clojure functions and get static type-checking in your editor to warn you about invalid...