TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Common Lisp Cookbook

248 点作者 ghosthamlet大约 6 年前

6 条评论

pnathan大约 6 年前
Hi!<p>I&#x27;m one of the (less active) maintainers. Four years ago I migrated the CL cookbook from sourceforge where it&#x27;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&#x27;ve been pulled away by other things.<p>since 2015 we&#x27;ve had 492 commits into git, and these fine people have contributed to the git tree:<p><pre><code> 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 </code></pre> thanks be to the contributors!<p>I&#x27;ll be around to answer any Qs for an hour or two, then I&#x27;ll keep an eye out tomorrow!
评论 #19990507 未加载
评论 #19990027 未加载
评论 #19991493 未加载
oumua_don17大约 6 年前
Another excellent companion with the Cookbook is `Common Lisp Recipes` by Edi Weitz. Edi Weitz is a profilic CL programmer and his libraries are worth their weight in gold.<p>Anyone learning CL must read his code if I were to say to learn from a master.<p>[1] <a href="http:&#x2F;&#x2F;weitz.de&#x2F;cl-recipes&#x2F;" rel="nofollow">http:&#x2F;&#x2F;weitz.de&#x2F;cl-recipes&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;github.com&#x2F;edicl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;edicl</a>
hoveractive大约 6 年前
For 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?
评论 #19989465 未加载
评论 #19989799 未加载
评论 #19989568 未加载
merricksb大约 6 年前
Big discussion 2 years ago:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14661239" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14661239</a><p>(Provided for interest purposes. It doesn&#x27;t qualify as a dupe - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsfaq.html" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsfaq.html</a>)
ngcc_hk大约 6 年前
Great to have support still.
csdreamer7大约 6 年前
What is the best (video?) tutorial for learning how to use slime with cl in spacemacs?