💾 Archived View for stacksmith.flounder.online › gemlog › 2021-10-13.SBCL-via-SSH.gmi captured on 2023-07-22 at 16:19:18. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

-=-=-=-=-=-=-

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.