-

@ vindarel
2025-03-03 23:47:11
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq0p4hclaqjlup0fwjt5ke3mgxq6rtjth8u62yfv0s62xkxp04wjaqa4rs4v You actually have the choice in editors, see: https://lispcookbook.github.io/cl-cookbook/editor-support.html Emacs is great but special, Atom/Pulsar has a very good Common Lisp plugin, based on SLIME. VSCode is getting good, but you'll miss out on some (interactive) features.
There are more options.
Doom Emacs allows you to easily enable SLIME. Portacle (see link) is a pre-configured Emacs for CL.
Happy lisping!