logoalt Hacker News

jimbokuntoday at 12:08 PM2 repliesview on HN

You just made me wonder if REPL driven development and LLMs can be better combined somehow.


Replies

thomtoday at 12:47 PM

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

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

SatvikBeritoday at 5:49 PM

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.