off-topic

Ken Huang 2025-11-29T03:15:42.117009Z

Hello guys, do you use any kinds of LLM/AI coding tools these days? I'm considering to give Gemini a shot, but not sure whether it's "best" for Clojure/ClojureScript. Any ideas?

Ken Huang 2025-11-29T03:20:55.864639Z

Or, should I just go for Cursor?

2025-11-29T04:14:52.125299Z

#ai-assisted-coding has lots of discussion on this topic!

2025-11-29T04:17:02.676199Z

Personally I can’t give a lot of input because I’m not a Clojure developer in my day job but clojure-mcp and vscode seems like a popular combo and it has been quite capable in my brief experiements

Ken Huang 2025-11-29T04:18:13.073819Z

Thanks Daniel! Didn't know there was a dedicated channel.

Ludger Solbach 2025-11-30T10:02:03.137229Z

vscode + calva backseat driver + github copilot pro

quoll 2025-11-29T21:52:58.597919Z

I'm calculating a transitive closure over a large graph, and my code is full of typos. Every time I try to write "closure" my fingers type "clojure" instead! 😫

πŸ˜‚ 12
oyakushev 2025-11-30T21:54:16.977979Z

Tired: transitive closures Wired: transients in Clojure

πŸ˜‚ 1
2025-11-30T23:23:03.452739Z

After writing A LOT of front-end code in reagent for some years, I've got used to write the word "view" a lot. Now writing Clojure code for crypto, and every time I attempt to write viem (a lib name), I end up writing view.

quoll 2025-12-01T03:44:21.766109Z

Back in the early 80s, I was tweaking my system configuration so often that any attempt to type "automatic" inevitably resulted in "autoexec.bat". Similarly, all attempts to type "configuration" would result in "config.sys"

πŸ˜‚ 2