Hi!
I'm not sure if this is supported but I think it is not.
I would like to have the option to call a remote julia via TRAMP (or not), something like:
(setq julia-repl-executable-records
'((default "julia") ; in the executable path
(master "/ssh:remotehost:~/bin/julia"))) ; in the remote host.
Is this possible? Super hard to implement?