clojurescript 2026-09-04

amazing stability, tried compiling my old cljs code from january 2014 that hasn't been touched since... only JVM module stuff prevented it from compiling as is, upgrading deps and everything worked

9
🆒 4
❤️ 3
✨ 22
🎉 9

:dependencies [[org.clojure/clojure "1.5.1"]
                 [org.clojure/clojurescript "0.0-2138"]
                 [org.clojure/core.async "0.1.267.0-0d7780-alpha"]]
^ upgraded from those to latest, and everything worked as is... I couldn't imagine taking an over decade old npm project and it would work

I have code that’s been running in prod since Jan 2009. Still running today with JDK 17. Upgrades were never an issue.