Remix.run Logo
spinningarrow an hour ago

> The former have been table stakes for interpreted languages

I used to think so too back in the day when I was getting into Clojure. It was much later when I realized that when Lisp people talk about the REPL they’re usually talking not so much about the interactive CLI where you can evaluate commands easily but more so the ability to connect your program to a live session where you can quickly evaluate forms within your text editor and in the context of your running application, which enables much more interactive development than in other interpreted languages.

dismalaf an hour ago | parent [-]

You've been able to do this in Ruby since I can remember. Not a lot of editors take advantage of it though...