Remote Lisp via SSH


One of my favorite tilde servers installed SBCL! Yes, it's Lisp time.


I've been using SBCL locally for years, but never had the privilege of running SBCL remotely. Luckily for me, the remote SBCL runs a SWANK server which can talk to local Emacs via an SSH tunnel.


Tutorial: SWANK via SSH


The Magic Sauce:

ssh -L4005:127.0.0.1:4005 [remote machine]

I am really excited about interacting with a remote Lisp box right out of my Emacs.



/gemlog/