RemoteREPL.jl
RemoteREPL.jl copied to clipboard
Faster way for `remote_module!`
Right now remote_module!
uses string interpolation and relies on the magic syntax to generate the :in_module
command.
Maybe we can directly use send_and_receive(:in_module, module)
or something similar to avoid that.