Reposting my earlier comment <a href="https://news.ycombinator.com/item?id=10502434" rel="nofollow">https://news.ycombinator.com/item?id=10502434</a> :<p>> Herbert Stoyan's historical work on early Lisp <a href="http://www.mcjones.org/dustydecks/archives/2010/07/29/185/" rel="nofollow">http://www.mcjones.org/dustydecks/archives/2010/07/29/185/</a> <a href="https://web.archive.org/web/20050617031004/http://www8.infor.." rel="nofollow">https://web.archive.org/web/20050617031004/http://www8.infor...</a>. is probably worth reading if one is seriously interested. (I haven't read much of it myself yet.) McCarthy praised Stoyan's work as better than his own 1979 HOPL paper ( <a href="http://www-formal.stanford.edu/jmc/history/lisp/lisp.html" rel="nofollow">http://www-formal.stanford.edu/jmc/history/lisp/lisp.html</a> ): "Stoyan's reading of the early LISP documents gives a more accurate picture than my own memories turned out to have given." <a href="http://www-formal.stanford.edu/jmc/history/" rel="nofollow">http://www-formal.stanford.edu/jmc/history/</a><p>> (As a side-note, I'm pretty sure that the broken, Wayback-beating link to "Lisp references according to Miller" on McCarthy's page is to this <a href="http://www.ai.sri.com/~delacaze/alu-site/alu/table/Lisp-Hist.." rel="nofollow">http://www.ai.sri.com/~delacaze/alu-site/alu/table/Lisp-Hist...</a>. document by Kent Pitman and Brad Miller (see <a href="http://www.ai.sri.com/~delacaze/alu-site/alu/table/history.h.." rel="nofollow">http://www.ai.sri.com/~delacaze/alu-site/alu/table/history.h...</a>. ).)
BTW, if you want to learn/experiment with Common Lisp on mobile, there's a new horse in town ("new" at least for iOS):<p><a href="http://cl-repl.org" rel="nofollow">http://cl-repl.org</a><p>(Sorry for the shameless plug, wouldn't have mentioned it if it weren't both free and open source).
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.
I remember being exposed to LISP in the late 80'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, "Hey, someone made C kinda act like LISP/CLOS."