My thoughts after using Clojure for about a month | Hacker News
TL;DR AI
2 min readKey summary
A Hacker News thread discussed a month of using Clojure, with the author saying they built a static site generator in it before moving to Astro.
Commenters praised Clojure’s immutability, concurrency, and REPL-driven workflow, especially for fast iteration and safer state handling.
The discussion also highlighted how nREPL, Calva, Copilot, and Claude can make LLM-assisted Clojure development more effective.
At the same time, some noted limits for static site generation and for large systems that rely on OOP-style architecture, with TypedClojure mentioned as one possible bridge.
