Poking at my SSH-over-Nostr idea. I started by trying to implement it using a Python library via Burgled Batteries, but Python is such a pathological language that I had to stop after a particular stack trace. Yes, I know, there's ways to deal with that. But working with Common Lisp is 1000x easier than Python. Reading stack traces is a waste of time. I'm probably just gonna spend a while working on a Nostr library in Common Lisp, so I can write my SSH-over-Nostr client entirely in Common Lisp.
Python, not even once.