I have seen that sb-ext:save-lisp-and-die is used to make executables from sourc code, but how do you make the executable for specific systems? e.g. Linux, Windows, Apple.
I have been wanting to program in lisp for a good while, but I do not enjoy using Emacs, and Slimv and Vlime haven't functioned. So, would having Vim in one terminal editing a file and then a REPL in another work?
Slimv requires Vim with python, which I don't have, and Vlime requires me to run
sbcl --load /vlime/lisp/start-vlime.lisp
every time.