Is there consensus on the most common and advisable tooling setup for newcomers in Common Lisp?
If you don't want the additional learning curve of Emacs and Slime, the author recommends just using sbcl and rlwrap (which makes programming in a terminal nicer).
A book on algorithmic programming in Lisp
11–18 of 18 posts
Re: A book on algorithmic programming in Lisp
#12Thank you for this book! Lisp is great. It's so much fun writing Lisp. Coding Lisp with Emacs/Slime is almost an enlightening experience. However, I never quite got over the frustration that writing the same thing in C++ gives factor two, three or whatever speedup. There is not much that can be done about this, I'm afraid. It's a tragedy.
It depends on what you code and how. I hope the book explains some of the approaches and describes the tools that can be used to reduce that difference and avoid a tragedy :)
Re: A book on algorithmic programming in Lisp
#13- Numerous Thanks
- Found a typo in the acknowledgement section, you managed to misspell Robert Strandh's name :D
Re: A book on algorithmic programming in Lisp
#14To the author: - Numerous Thanks - Found a typo in the acknowledgement section, you managed to misspell Robert Strandh's name :D
Re: A book on algorithmic programming in Lisp
#15Re: A book on algorithmic programming in Lisp
#16Re: A book on algorithmic programming in Lisp
#17Is there consensus on the most common and advisable tooling setup for newcomers in Common Lisp?
Maybe you would be shunned if you showed up at a professional CL shop for using such a setup, but if you are just wanting to try out CL for personal learning don't let emacs stop you.
Re: A book on algorithmic programming in Lisp
#18This looks great. I read and learn best from paper. Do you have any plans for releasing physical copies? Maybe through Lulu?