Hacker News
- Reple: “Replay-Based” REPLs for Compiled Languages https://people.eecs.berkeley.edu/~brock/blog/reple.php 17 comments
- Enabling rich(er) interactions in the Clojure REPL http://cemerick.com/2011/10/26/enabling-richer-interactions-in-the-clojure-repl/ 2 comments
Lobsters
- A Debugger is a REPL is a Debugger https://matklad.github.io/2025/03/25/debugger-is-repl-is-debugger.html 12 comments debugging
- REPL-aided development and the Doherty Threshold https://jlelliotton.blogspot.com/p/the-economic-value-of-rapid-response.html 2 comments clojure
- The new REPL in Python 3.13.0 beta 1 https://treyhunner.com/2024/05/my-favorite-python-3-dot-13-feature/ 90 comments python
- BQNPAD — a BQN REPL with syntax highlighting and live evaluation preview https://bqnpad.mechanize.systems 8 comments apljk
- Any article on History and why having a REPL is great https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop 9 comments lisp
- You can now delete saved Svelte REPLs https://svelte.dev/apps 3 comments sveltejs
- REPL vs CLI: IDE wars https://vlaaad.github.io/clj-vs-cli 4 comments clojure
- An REPL oriented testing framework for clojure and clojurescript https://fctorial.github.io/posts/tst.html 5 comments clojure
- Using Calva with other Clojure REPL extensions is now easier https://clojureverse.org/t/calva-coexistence-with-other-clojure-repl-extensions-improved/ 6 comments clojure
- Write pretty printed Clojure data structures from the REPL to the clipboard https://gist.github.com/baskeboler/7d226374582246d28b25801e28e18216 4 comments clojure
- Make a Language in Rust, Part Seven: A REPL https://arzg.github.io/lang/7/ 14 comments rust
- Learning and testing Scheme code with any online resource and interactive REPL https://lips.js.org/ 6 comments scheme
- lua-feels: a Lua REPL that makes noise and “exhaust” as it runs your code https://paileyq.github.io/lua-feels/feels.html 12 comments programming
- Previewing images in and out of the SLIME REPL - readevalprint https://readevalprint.tumblr.com/post/617089509006491648/previewing-images-in-and-out-of-slime-repl 4 comments common_lisp
- Use REPL as debugger with Scala 2.13 https://stackoverflow.com/questions/2160355/drop-into-interpreter-during-arbitrary-scala-code-location/2161749#2161749 6 comments scala
- Blog post: "What makes a good REPL?" https://vvvvalvalval.github.io/posts/what-makes-a-good-repl.html 6 comments lisp
- Easily launch the Chrome or VS Code Debugger by adding a single line to any Node application (even the REPL) https://github.com/hediet/easy-attach 7 comments node
- Building SpaceCraft: An Open-Source, Real-Time Collaborative REPL (using Docker, WebSockets, and Node.js) https://www.reddit.com/r/docker/comments/aez70g/building_spacecraft_an_opensource_realtime/ 8 comments docker
- A web Go REPL via WebAssembly https://gopry.rice.sh/ 8 comments golang
- Building a REPL System with Go & Docker https://medium.com/@jadr2ddude/building-a-repl-system-with-go-docker-21c76a55c49c 4 comments golang
- Writing a full fledged Lisp Interpreter in Elixir with REPL support. https://medium.com/@sfhrizvi/writing-lispex-a-lisp-interpreter-in-elixir-423cd2c439ac 4 comments elixir
- replify: my Ruby script to create a REPL for any command https://github.com/jocap/replify 9 comments ruby
- New Android REPL: beta tester wanted! https://www.reddit.com/r/lisp/comments/6rbzup/new_android_repl_beta_tester_wanted/ 7 comments lisp
- How can I get syntax highlighting in the Python REPL? https://www.reddit.com/r/emacs/comments/5y4cc3/how_can_i_get_syntax_highlighting_in_the_python/ 5 comments emacs
- Preact now has a website, with a REPL for building components in ES2015 https://preactjs.com 9 comments javascript
- Java REPL with JShell and Bazel https://www.pgrs.net/2015/09/14/java-repl-with-jshell-and-bazel/ 3 comments programming
- Ammonite-Shell: Replacing Bash using Ammonite-{REPL, Ops} http://lihaoyi.github.io/ammonite/#ammonite-shell 6 comments scala
- JShell, the Java 9 REPL – What does it do? https://jaxenter.com/jshell-the-java-9-repl-what-does-it-do-120299.html 9 comments programming
- Use the REPL, Luke http://chrisdone.com/posts/haskell-repl 42 comments haskell
- Gorilla REPL - a rich REPL for Clojure in the notebook style http://gorilla-repl.org/ 7 comments programming
- Writing REPL scripts on side-by-side Chrome and IE http://blog.diniscruz.com/2013/06/writing-repl-scripts-on-side-by-side.html 5 comments csharp
- An REPL is now in incoming https://github.com/mozilla/rust/pull/3877 4 comments rust
- repl.it — A client-side web REPL for 15+ languages, from Python to QBasic http://repl.it/ 47 comments programming
- Python Tools for Visual Studio RC2 - intellisense, debugging, profiling, refactoring, REPL, MPI cluster debugging and more http://pytools.codeplex.com/releases/view/70667 46 comments programming
- emacs-fu: IELM: a REPL for emacs http://emacs-fu.blogspot.com/2011/03/ielm-repl-for-emacs.html 8 comments emacs
- Factor's Visual REPL http://re-factor.blogspot.com/2010/09/visual-repl.html 8 comments programming
- Try Haskell — a web-based haskell REPL http://tryhaskell.org/ 11 comments haskell
- Online help in the OCaml toplevel (REPL) http://dutherenverseauborddelatable.wordpress.com/2008/11/06/ocaml-now-with-on-line-help/ 6 comments programming