Post AvVy7OQsT2HECwfURc by hairylarry@gamerplus.org
 (DIR) More posts by hairylarry@gamerplus.org
 (DIR) Post #AvVy7IMl1RPrOQh7Bo by hairylarry@gamerplus.org
       2025-06-26T04:30:13Z
       
       0 likes, 1 repeats
       
       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 - 5https://dev.to/rajasegar/lisp-for-the-web-5-13caI had a problem getting the server to load but i checked around a bit and libssl wasn't installed.I ransudo apt install libssl-devas described herehttps://www.cyberithub.com/how-to-install-libssl-dev-package-on-ubuntu-22-04-lts-jammy/and I now get the Welcome to Caveman2! screen.#lisp
       
 (DIR) Post #AvVy7OQsT2HECwfURc by hairylarry@gamerplus.org
       2025-06-26T04:42:45Z
       
       0 likes, 0 repeats
       
       @screwlisp @kentpitman @damaru @eduardoochs @prahou @mdhughes @rat @jdevoo @jakimfett @psvensson @t73fde @khinsen @bassethorn @vindarel @swrogers part 2There's more in the article linked above so I'm going to follow that along and then see if I understand enough to do a small project.I will have to learn how to install on a server besides the server installed for development.I appreciate everyone's help and encouragement.#lisp #webdev