My Lisp adventure so far.
I used portacle to install a lisp IDE in Emacs.
https://portacle.github.io/
And I squirreled around a bit with that trying to figure it out.
Then I used this article to set up for web development.
Lisp for the web - 5
https://dev.to/rajasegar/lisp-for-the-web-5-13ca
I had a problem getting the server to load but i checked around a bit and libssl wasn't installed.
I ran
sudo apt install libssl-dev
as described here
https://www.cyberithub.com/how-to-install-libssl-dev-package-on-ubuntu-22-04-lts-jammy/
and I now get the Welcome to Caveman2! screen.