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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building Large Systems in Lisp (2010)

29 点作者 momo-reina超过 10 年前

4 条评论

norswap超过 10 年前
&gt;In Java I need &quot;factory objects&quot;, &quot;visitors&quot;, and other such pieces of &quot;design patterns&quot;. In lisp, I have never needed to write a &quot;factory&quot;. The whole &quot;visitor&quot; pattern becomes a 1-line (map...) call.<p>You don&#x27;t need any of those things, although they (regrettably) certainly are in the culture.
amelius超过 10 年前
&gt; So, yes, lisp does not HAVE a lot of libraries. But what people miss is that lisp doesn&#x27;t NEED libraries.<p>This sounds a bit overly optimistic to me...
评论 #8841100 未加载
agumonkey超过 10 年前
I searched for this so many times. I thought it was a blog post, not a ML one.
AnimalMuppet超过 10 年前
I presume that &quot;graph&quot; here means &quot;data structure&quot; rather than &quot;graphics&quot;. I could see creating the data structure in Lisp code just in passing, with no library needed. Easy. Computer graphics? Not so much.