Hacker News new | ask | show | jobs
by lurkercodemnky 20 days ago
you can do that in a python debugger?
1 comments

the python debugger is cool but is an inferior experience. It isn't only about a REPL, but about the editing experience, and about the language being thought from the ground up for long-living programs. See: https://mikelevins.github.io/posts/2020-12-18-repl-driven/