Well, listen up, folks! REPLSmuggler.jl
just slipped into your cozy REPL like a shadow in the night.
REPLSmuggler is meant to evaluate code coming from various clients in your REPL. The main goal is for an editor to send a bunch of lines of code with some metadata giving the name of the file and the line. REPLSmuggler
will evaluate the code and send back the return value. If an error is raised, it will send the traceback to the client.
For now functionalities are quite basic:
using REPLSmuggler
smuggle()
Have a look at the companion plugin for NeoVim.