First release of the BEAM nREPL family: dialtone (an nREPL server for Erlang, and a server core for the whole BEAM), repartee (the Elixir server built on it), and chaser (a terminal client that works with any nREPL server).
Both servers implement the full op set - eval with streamed output, sessions that survive reconnects, interrupts, stdin, load-file, completions and lookup - and pass neat's cross-implementation integration suite alongside Clojure, Babashka and Basilisp.
The attached chaser binary is a self-contained escript (needs Erlang/OTP 26+ on PATH).