Remote REPLs with julia-repl in emacs

Basically,

  1. set up passwordless remote login on somehost with the Julia executable available at /path/julia,
  2. make sure that from the command line (outside Emacs)
    ssh -t somehost /path/julia
    
    works,
  3. add an executable record as
    (remote "ssh -t somehost /path/julia")
    

and select it.

I will add it to the README at some point.

3 Likes