Toni Väisänentonitalksdev.com·Nov 14, 2023Take Your Linting Game to the Next Level!TLDR: It is possible to declare types for Clojure functions and make them available to the library users by creating clj-kondo configs (type exports). The configs can be created with Malli by collecting function schemas and then transforming these in...3 likes·1.8K readsClojure
Toni Väisänentonitalksdev.com·Sep 10, 2023Typescript Like Intellisense for Clojure Functions With MalliTo 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...438 readsClojure