#clojure's
opening random languages websites and what my bank funds clojure
November 5, 2025 at 5:05 PM
The discussion touched on Clojure's 'fragile' job market. The potential of Jank, a Clojure port on C++, was mentioned as a possible successor or alternative path for the language's evolution. #TechJobs 4/6
May 13, 2025 at 6:00 AM
This is a great talk going over some of the highlights in the development of Clojure's data science toolkit over the last little while.
November 11, 2024 at 9:36 PM
I keep track of what Racket is doing. The only Common Lisp I know is from digging into Clojure's origin story and trying to understand the old stuff.
December 15, 2024 at 9:58 AM
Connect components labeling without mutable state with Clojure’s tree-seq, is it possible?
January 8, 2024 at 1:19 AM
That makes sense, and it's definitely in Clojure's sweet spot. I have not used Daytona catan, but I love how the whole query language is a variant of datalog that's based on EDN. It's very expressive and very powerful.
November 24, 2024 at 1:49 AM
Hacker News discussed integrating LLMs with Clojure's REPL via MCP. The goal: automate code generation, testing, and design for a more efficient dev workflow. It's about leveraging AI *within* the interactive loop. #Clojure 1/6
May 28, 2025 at 5:00 AM
Clojure’s repl is something unique.
September 2, 2025 at 8:24 AM
Good times! Clojure’s still the language I have most fun staying up late with
November 22, 2024 at 10:20 PM
I really like clojure's shorthand for anonymous functions, and want a version for ocaml. Anyone like (> x + y) for (fun () -> x + y)?
December 1, 2024 at 4:33 PM
It's coming together! Check out Clojure's data toolkit, this is a great intro video by Daniel, the main force behind it all.

Inspired by the tidyverse, the goal is to have a unified, coherent set of libraries for working with data.
January 24, 2025 at 7:15 PM
I haven't touched #Clojure's core.async in ages, but it's nice to see Rich still working on improving it clojure.github.io/core.async/f... These days I like how boring Clojure has become, but it's always fun to play with something new!
core.async.flow
clojure.github.io
April 29, 2025 at 6:56 AM
📰 Clojure Land – Discover open-source Clojure libraries and frameworks

💬 Clojure vs. Common Lisp debate heats up. Pros call out Clojure's clarity; critics miss interactive power of Lisp. 🤔

https://news.ycombinator.com/item?id=45709988
October 26, 2025 at 11:15 AM
Of the 3? I find A the most familiar. But I like Clojure’s threading macros or some kind of pipe operator better.
June 3, 2025 at 9:24 AM
most languages are not built for repl-driven development, so it's very hard to add it in afterwards. python's repl is very different than clojure's. clojure isn't perfect or even as powerful as common lisp, but it's capable of tricks that are not possible in python (or anything compiled).
May 2, 2025 at 6:36 PM
Deep on clojure's source.
November 22, 2024 at 11:17 PM
Overview: A Hacker News discussion centered on a 200-line Clojure implementation of an LSP client. Key debates included the code's readability & idiomatic nature, Clojure's viability/future, and the utility of line count as a metric. #Clojure 1/6
May 13, 2025 at 6:00 AM
📰 Refactoring Clojure

💬 Comments roast unreadable code colors; one prefers plaintext for clarity. Clojure's immutability praised for testing ease. 🤦‍♂️

https://news.ycombinator.com/item?id=43998423
May 15, 2025 at 10:15 PM
📰 Why I ever wrote Clojure

💬 Clojure’s creation: boredom or brilliance? 🤨 Users balance practicality & novelty; Clojure’s functional depth shines for fintech!

https://news.ycombinator.com/item?id=43879259
May 3, 2025 at 5:45 PM
📰 Why tail-recursive functions are loops

💬 Tail recursion: nice idea, but mostly unnecessary. Iteration is simpler and safer. Functional nerds simp for Clojure's alternative. 😏

https://news.ycombinator.com/item?id=44837949
August 11, 2025 at 10:00 PM
6/10. "Clojure's Untold Story: What 17 Years of Simplicity Teaches Senior Devs" ⸱ +500 views ⸱ 30 Jun 2025 ⸱ https://youtube.com/watch?v=LH3ZKDi0Juk
Clojure's Untold Story: What 17 Years of Simplicity Teaches Senior Devs
This talk reveals how curiosity drove Clojure's journey from niche Lisp to enterprise powerhouse, and how it can transform your own growth from overconfidenc...
youtube.com
July 9, 2025 at 8:14 AM
Check out this deep dive into Clojure's sequences, jank's runtime, and the rabbit hole I went down to optimize things: https://jank-lang.org/blog/2023-01-13-optimizing-sequences/
jank development update - Optimizing sequences
A deep dive into Clojure's sequence API and what it takes for a native Clojure dialect to compete, in performance, with the JVM.
jank-lang.org
November 16, 2024 at 1:40 AM