logoalt Hacker News

neutronicustoday at 2:29 PM0 repliesview on HN

The two big things are:

1. REPL is automatically compiled into running systems 2. Great hot-reloading support

So it's generally very easy to "poke" at a running system, and the whole dev process assumes you will do this.

TBH, these days it is largely possible in a C++ debugger. Less so 10 years ago, though.