top | item 20237216

(no title)

keithlfrost | 6 years ago

Clojure allows one to start with essentially untyped code, then add type declarations for efficiency and safety.

discuss

order

kyllo|6 years ago

core.typed never really caught on though, what seems more popular is Schema which focuses on annotating and validating the structure of lists and maps: https://github.com/plumatic/schema

Scarbutt|6 years ago

And Schema died in favor of Spec, which is still in flux.