Hacker News new | ask | show | jobs
by jimbokun 74 days ago
You just made me wonder if REPL driven development and LLMs can be better combined somehow.
2 comments

This is already a strong theme in the Clojure ecosystem, e.g.:

https://github.com/BetterThanTomorrow/calva-backseat-driver

I use a REPL in tmux. That lets Claude code read/write to it easily, as well as letting me take manual control to investigate.