Switch language한국어
Back to the list

My thoughts after using Clojure for about a month | Hacker News

TL;DR AI

Key summary

2 min read
  1. 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.

  2. Commenters praised Clojure’s immutability, concurrency, and REPL-driven workflow, especially for fast iteration and safer state handling.

  3. The discussion also highlighted how nREPL, Calva, Copilot, and Claude can make LLM-assisted Clojure development more effective.

  4. 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.

Read the original