-main
Libraries & Books.
- Programming Clojure has a 3rd edition out with new sections on transducers and spec.
- Configuron is similar to environ, but reloads changes when your project.clj changes, and has ClojureScript support.
- thorn is a library for detecting homographs (strings that look similar/the same but have different characters). ‘Let’s talk about usernames’ is a good primer on why you’d want to use thorn.
- clj-http-ssrf helps you prevent server side request forgeries when making requests with clj-http
People are worried about Types. ?
Tools.
Recent Developments.
Learning.