REPL2.jl is a project to revamp the REPL in Julia.
Current state of affairs
A REPL is a read–eval–print loop (REPL).
It is a simple interactive toplevel shell that takes user inputs, executes them, and returns the result to the user (typically in a text display).
Here's an example of the current Julia REPL:
$ julia +1.10.2