JuliaWeb / JuliaWeb/RemoteREPL.jl
Faster way for `remote_module!`
Open
- Dominant language
- Julia
- Stars
- 145
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.