|
|
|
|
|
by TheOtherHobbes
1770 days ago
|
|
Plain old Common Lisp has similar issues on the Mac. (And possibly Windows too - I haven't looked.) There's supposed a one click dev system installer, but it hasn't been updated for a while. There's a many click recommended collection of tools, but it looks like half a day of work to get it all installed and then you're supposed to use Emacs. You can add a REPL to something like Sublime Text. Or install Atom and go through another convoluted process which launches a Lisp server and etc etc etc. I gave up and got back to work at that point. It might work smoothly if I worked through it all. Then again... it might not. Which is a shame, because I like the look of Lisp very much and I really would like to play with it. |
|
Also, I have shared https://github.com/susam/emacs4cl which provides a quick starter file to set up Emacs for Common Lisp development pretty quickly. Additionally, it explains every line of the quick starter file, in case one is willing to learn how it is setup and customise it for their needs.