The Common Lisp Cookbook
lispcookbook.github.io
The Common Lisp Cookbook
1–10 of 28 posts
Re: The Common Lisp Cookbook
#2I'm one of the (less active) maintainers. Four years ago I migrated the CL cookbook from sourceforge where it'd been gently resting for quite a few years (nearly a decade), and put it onto github, put together a CI system, and away it went. A few volunteers have been diligently working away on improving it, particularly `vindarel`, who has really taken the lead for content work in the last couple years as I've been pulled away by other things.
since 2015 we've had 492 commits into git, and these fine people have contributed to the git tree:
Alexander Artemenko
Andrew
Andrew Hill
Ben Dudson
Burhanuddin Baharuddin
chuchana
Danny YUE
Dmitry Petrov
Fernando Borretti
HiPhish
Johan Sjölén
Kevin Layer
LdBeth
Momozor
Nisar Ahmad
Nisen
otjura
Paul Donnelly
Pavel Kulyov
Pierre Neidhardt
Salad Tea
Victor Anyakin
vindarel
Vityok
YUE Daian
thanks be to the contributors!I'll be around to answer any Qs for an hour or two, then I'll keep an eye out tomorrow!
Re: The Common Lisp Cookbook
#3https://news.ycombinator.com/item?id=14661239
(Provided for interest purposes. It doesn't qualify as a dupe - https://news.ycombinator.com/newsfaq.html)
Re: The Common Lisp Cookbook
#4Re: The Common Lisp Cookbook
#5Re: The Common Lisp Cookbook
#6For a Vim user, what is a good plugin to provide SLIME like paredit and REPL capabilities for programming in Common Lisp? Is there a clear winner plugin in Vim like there is SLIME for Emacs?
„If you’re like me and already have Vim burned too deeply into your fingers to ever get it out, I’d recommend Vim with Vlime. It will give you 80% of the experience you’ll get with Emacs.”
If you want 100% of SLIME goodness without sacrificing vim, try spacemacs [^2]. I switched about two years ago and am very happy.
[1]: http://stevelosh.com/blog/2018/08/a-road-to-common-lisp/#lis... [2]: http://spacemacs.org
Re: The Common Lisp Cookbook
#7For a Vim user, what is a good plugin to provide SLIME like paredit and REPL capabilities for programming in Common Lisp? Is there a clear winner plugin in Vim like there is SLIME for Emacs?
Re: The Common Lisp Cookbook
#8For a Vim user, what is a good plugin to provide SLIME like paredit and REPL capabilities for programming in Common Lisp? Is there a clear winner plugin in Vim like there is SLIME for Emacs?
> The best editor is neither Emacs nor Vim, it's Emacs and Vim!
Re: The Common Lisp Cookbook
#9Hi! I'm one of the (less active) maintainers. Four years ago I migrated the CL cookbook from sourceforge where it'd been gently resting for quite a few years (nearly a decade), and put it onto github, put together a CI system, and away it went. A few volunteers have been diligently working away on improving it, particularly `vindarel`, who has really taken the lead for content work in the last couple years as I've be…
Is there any way to also get an epub out of it?
Re: The Common Lisp Cookbook
#10Anyone learning CL must read his code if I were to say to learn from a master.
[1] http://weitz.de/cl-recipes/ [2] https://github.com/edicl