Some readable #Clojure and #Clojurescript codebases. Discussing readability requires an obligatory mention of @elementsofclj book too.
- This project tangles orgmode to #clojure for literate programming. https://github.com/thi-ng/geom/blob/feature/no-org/org/src/viz/core.org
- For a major used library, I knew I couldn't go wrong with Corfield, so check out HoneySQL https://github.com/seancorfield/honeysql/blob/develop/src/honey/sql.cljc
- Here is a new in-development #ClojureScript one with the Lambda Island stamp of approval, asd seems pretty readable to me:
https://github.com/lambdaisland/deja-fu/blob/main/src/lambdaisland/deja_fu.cljs
- And here is a small old "finished" one where I recently read the code to figure out how to do what the docs didn't mention:
https://github.com/alandipert/storage-atom/blob/master/src/alandipert/storage_atom.cljs