Old-School Clojure REPL Habits: A Grug's Approach

2025-04-09

A seasoned Clojure programmer shares his unique REPL workflow, eschewing cloud LLMs and external dependencies in favor of traditional tools and techniques. He emphasizes mastery of the Clojure standard library, leveraging the REPL for live code debugging and data inspection using tools like clojure.pprint and clojure.repl. He advocates for using tools like Clerk or org-mode to enhance the workflow and demonstrates how this dynamic approach can be applied to non-Clojure contexts. This article showcases a stark contrast to modern trends, offering a refreshing alternative perspective for developers.

Development