Hacker News with Generative AI: REPL

A Debugger is a REPL is a Debugger (matklad.github.io)
I love debuggers! The last time I used a debugger seriously was in 2017 or so, when I was still coding in Kotlin. I’ve since switched to working with native code, and, sadly gdb and lldb are of almost no help for me. This is because they are mere “debuggers”, but what I need is a REPL, and a debugger, all in one. In this article I show a more productive way to use debuggers as REPLS.
Show HN: Shelgon: A Framework for Building Interactive REPL Shells in Rust (github.com/NishantJoshi00)
Shelgon is a robust Rust framework for building interactive REPL (Read-Eval-Print Loop) applications and custom shells. It provides a flexible, type-safe foundation with built-in terminal UI capabilities using ratatui.
Rash – The Reckless Racket Shell (rash-lang.org)
Rash is a language, library, and shell REPL for Racket.
REPL for Dart (github.com/fzyzcjy)
A lot of sibling languages have a REPL, and is quite helpful in everyday usage, while Dart did not have it (even though it was the 7th highest-voted request). So here it comes!
Show HN: ClifferBasic, a simple BASIC interpreter as a .NET REPL (github.com/paulmooreparks)
What's up Python? Django get background tasks, a new REPL, bye bye gunicorn (bitecode.dev)
The new REPL in Python 3.13 (treyhunner.com)
RHttp: REPL for HTTP (github.com/1buran)