RemoteREPL.jl icon indicating copy to clipboard operation
RemoteREPL.jl copied to clipboard

Faster way for `remote_module!`

Open filchristou opened this issue 7 months ago • 0 comments

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.

filchristou avatar Jul 26 '24 12:07 filchristou