Hacker News new | ask | show | jobs
by jhgb 1549 days ago
Emacs+SLIME has worked like this since the beginning.
1 comments

Same with Emacs + CIDER for Clojure instead of Common Lisp. Fully remote project setup on powerful server, accessed from local Emacs with TRAMP mode. CIDER commands (REPL included) work over the remote connection perfectly fine and run on the remote host, including automatic SSH tunnelling for the nREPL port if needed (for example if the remote host is behind firewall)