TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

History of Lisp (1979) [pdf]

101 pointsby alokraiabout 5 years ago

5 comments

leocabout 5 years ago
Reposting my earlier comment <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10502434" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=10502434</a> :<p>&gt; Herbert Stoyan&#x27;s historical work on early Lisp <a href="http:&#x2F;&#x2F;www.mcjones.org&#x2F;dustydecks&#x2F;archives&#x2F;2010&#x2F;07&#x2F;29&#x2F;185&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.mcjones.org&#x2F;dustydecks&#x2F;archives&#x2F;2010&#x2F;07&#x2F;29&#x2F;185&#x2F;</a> <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20050617031004&#x2F;http:&#x2F;&#x2F;www8.infor.." rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20050617031004&#x2F;http:&#x2F;&#x2F;www8.infor...</a>. is probably worth reading if one is seriously interested. (I haven&#x27;t read much of it myself yet.) McCarthy praised Stoyan&#x27;s work as better than his own 1979 HOPL paper ( <a href="http:&#x2F;&#x2F;www-formal.stanford.edu&#x2F;jmc&#x2F;history&#x2F;lisp&#x2F;lisp.html" rel="nofollow">http:&#x2F;&#x2F;www-formal.stanford.edu&#x2F;jmc&#x2F;history&#x2F;lisp&#x2F;lisp.html</a> ): &quot;Stoyan&#x27;s reading of the early LISP documents gives a more accurate picture than my own memories turned out to have given.&quot; <a href="http:&#x2F;&#x2F;www-formal.stanford.edu&#x2F;jmc&#x2F;history&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www-formal.stanford.edu&#x2F;jmc&#x2F;history&#x2F;</a><p>&gt; (As a side-note, I&#x27;m pretty sure that the broken, Wayback-beating link to &quot;Lisp references according to Miller&quot; on McCarthy&#x27;s page is to this <a href="http:&#x2F;&#x2F;www.ai.sri.com&#x2F;~delacaze&#x2F;alu-site&#x2F;alu&#x2F;table&#x2F;Lisp-Hist.." rel="nofollow">http:&#x2F;&#x2F;www.ai.sri.com&#x2F;~delacaze&#x2F;alu-site&#x2F;alu&#x2F;table&#x2F;Lisp-Hist...</a>. document by Kent Pitman and Brad Miller (see <a href="http:&#x2F;&#x2F;www.ai.sri.com&#x2F;~delacaze&#x2F;alu-site&#x2F;alu&#x2F;table&#x2F;history.h.." rel="nofollow">http:&#x2F;&#x2F;www.ai.sri.com&#x2F;~delacaze&#x2F;alu-site&#x2F;alu&#x2F;table&#x2F;history.h...</a>. ).)
eql5about 5 years ago
BTW, if you want to learn&#x2F;experiment with Common Lisp on mobile, there&#x27;s a new horse in town (&quot;new&quot; at least for iOS):<p><a href="http:&#x2F;&#x2F;cl-repl.org" rel="nofollow">http:&#x2F;&#x2F;cl-repl.org</a><p>(Sorry for the shameless plug, wouldn&#x27;t have mentioned it if it weren&#x27;t both free and open source).
评论 #23207131 未加载
mtreis86about 5 years ago
I would really like to see an updated history that takes up where this left off. Highlights of the past 40 years: the formation of the Common Lisp specification, the role of Lisps in AI, Symbolics vs Lisp Machines Inc, their eventual demise in the AI winter, continued use in DSLs like Autocad and Emacs, and the small but growing resurgence in interest.
评论 #23202241 未加载
评论 #23202252 未加载
评论 #23205206 未加载
freefriedriceabout 5 years ago
I remember being exposed to LISP in the late 80&#x27;s after coming from Pascal and COBOL in my CS101 (C was a 200-level class.) It was such a complete mindf*ck. After learning procedural language patterns, switching to LISP uprooted everything, and in some cases the patterns were already burned in. In hindsight, I think it makes more sense to learn LISP first, and THEN procedural languages since the latter is a subset of LISP. When C++ appeared, my first thought was, &quot;Hey, someone made C kinda act like LISP&#x2F;CLOS.&quot;
dangabout 5 years ago
See also<p>2013 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5825698" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5825698</a><p>2018 <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17846522" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17846522</a><p>Others?