https://t.co/fT67JDcwNC

1 min read Original article ↗

REPL is dead, long live REPL

The Read-Eval-Print Loop is how programming works. Write code, run it, read the output, adjust. It's so fundamental it barely feels like a methodology. And it still is how programming works. But the...