Take Your Linting Game to the Next Level!
Enhanced Static Code Analysis with Clj-Kondo and Malli
Nov 14, 20238 min read2.4K

Search for a command to run...
Articles tagged with #malli
Enhanced Static Code Analysis with Clj-Kondo and Malli

A Short Introduction to Malli

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 arguments, etc. This is not a feature of the language itself, it is possible via amazing open-source projec...
