I liked Erik Levenez's giant poster: http://www.levenez.com/lang/<p>I am looking for anything of that sort -- books, posters, newspaper articles, well-written blog posts.<p>Thanks!
If you really want to get into the details about a specific language, anything from the three "History of Programming Languages"[1] (HOPL) conferences is great. These conferences, convened every ~15 years, have talks by the creators of various seminal programming languages recounting their histories.<p>You can probably find most of the HOPL papers online as well as recordings of talks from the later conferences. There's a lot of material! Personally, I really liked "A History of Haskell: Being Lazy with Class"[2][3], partly because I like Haskell and partly because Simon Peyton Jones is such an engaging speaker.<p>[1]: <a href="http://research.ihost.com/hopl/HOPL.html" rel="nofollow">http://research.ihost.com/hopl/HOPL.html</a><p>[2]: paper: <a href="http://haskell.cs.yale.edu/wp-content/uploads/2011/02/history.pdf" rel="nofollow">http://haskell.cs.yale.edu/wp-content/uploads/2011/02/histor...</a><p>[3]: recorded talk: <a href="https://www.youtube.com/watch?v=3bjXGrycMhQ" rel="nofollow">https://www.youtube.com/watch?v=3bjXGrycMhQ</a>
In 2001 MIT had the Dynamic Languages Wizards Series [1], which consisted of three panels of luminaries in the field (videos and participants names on the linked page). A lot of history was discussed in their 5+ hours.<p>They are also on YouTube:<p>Panel on Runtime: Richard Kelsey, David Moon, Tucker Withington, Kim Barrett, Scott McKay [2]<p>Panel on Compilation: David Detlefs, Will Clinger, Martin Rinard, and Mat Hostetter [3]<p>Panel on Language Design: Paul Graham, John Maeda, Jonathan Rees, Guy Steele [4]<p>---<p>[1] <a href="http://www.ai.mit.edu/projects/dynlangs/wizards-panels.html" rel="nofollow">http://www.ai.mit.edu/projects/dynlangs/wizards-panels.html</a><p>[2] <a href="https://www.youtube.com/watch?v=4LG-RtcSYUQ" rel="nofollow">https://www.youtube.com/watch?v=4LG-RtcSYUQ</a><p>[3] <a href="https://www.youtube.com/watch?v=at7viw2KXak" rel="nofollow">https://www.youtube.com/watch?v=at7viw2KXak</a><p>[4] <a href="https://www.youtube.com/watch?v=agw-wlHGi0E" rel="nofollow">https://www.youtube.com/watch?v=agw-wlHGi0E</a>
There's <i>The Evolution of Lisp</i> [1], which talks about the entwined relationship of many of the different dialects of lisp.<p><i>A History of Haskell</i> [2]<p><i>The Early History of Smalltalk</i> [3]<p>[1] <a href="http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf" rel="nofollow">http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf</a><p>[2] <a href="http://research.microsoft.com/en-us/um/people/simonpj/papers/history-of-haskell/" rel="nofollow">http://research.microsoft.com/en-us/um/people/simonpj/papers...</a><p>[3] <a href="http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html" rel="nofollow">http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html</a>
History of Lisp, by J McCarthy:<p><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><p>The Evolution of Lisp (Steele and Gabriel):<p><a href="http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf" rel="nofollow">http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf</a><p>The Original 'Lambda Papers' by Guy Steele and Gerald Sussman<p><a href="http://library.readscheme.org/page1.html" rel="nofollow">http://library.readscheme.org/page1.html</a><p>Many papers on the evolution, design, and implementation of Scheme:<p><a href="http://library.readscheme.org/page8.html" rel="nofollow">http://library.readscheme.org/page8.html</a>
Here's a nice timeline style review of the history of programming languages that uses videos: <a href="http://cdn.knightlab.com/libs/timeline3/latest/embed/index.html?source=1KcZdsCI3G832QTfx3kCn8zcxi8jH2qFWttB-xuPjYTM&font=Default&lang=en&height=650" rel="nofollow">http://cdn.knightlab.com/libs/timeline3/latest/embed/index.h...</a>
The Design and Evolution of C++ [1]<p>[1] <a href="http://www.stroustrup.com/dne.html" rel="nofollow">http://www.stroustrup.com/dne.html</a>
You've probably already seen this, but the Wikipedia article on the subject isn't a bad introduction:
<a href="https://en.wikipedia.org/wiki/History_of_programming_languages" rel="nofollow">https://en.wikipedia.org/wiki/History_of_programming_languag...</a><p>It gives a great overview of the different generations of programming and the significant languages in each.
These might be obvious already (and hence redundant), but many computer history museums have sections covering software and programming language history.<p><a href="http://www.computerhistory.org/" rel="nofollow">http://www.computerhistory.org/</a><p><a href="https://en.wikipedia.org/wiki/Computer_History_Museum" rel="nofollow">https://en.wikipedia.org/wiki/Computer_History_Museum</a><p><a href="https://en.wikipedia.org/wiki/History_of_computing" rel="nofollow">https://en.wikipedia.org/wiki/History_of_computing</a><p>Also try the Internet Archive (archive.org). It has a lot of "Programming History" stuff, but finding it can be painful:<p><a href="https://archive.org/details/Kfest2011-PeterNeubaueLogoHistoryAndProgramming" rel="nofollow">https://archive.org/details/Kfest2011-PeterNeubaueLogoHistor...</a>
There's DMR's article on early C development[0], and the accompanying backups of C compilers from that era[1].<p>[0]: <a href="https://www.bell-labs.com/usr/dmr/www/chist.html" rel="nofollow">https://www.bell-labs.com/usr/dmr/www/chist.html</a>
[1]: <a href="https://www.bell-labs.com/usr/dmr/www/primevalC.html" rel="nofollow">https://www.bell-labs.com/usr/dmr/www/primevalC.html</a><p>There are several old primary resources on C's predecessor, B [2]. Structured programming was newish, so it's fun to read these descriptions of newfangled "while" loops.<p>[2]: <a href="https://www.bell-labs.com/usr/dmr/www/bintro.html" rel="nofollow">https://www.bell-labs.com/usr/dmr/www/bintro.html</a>
The book <i>The Technical and Social History of Software Engineering</i> might be useful to you.<p><a href="http://www.amazon.com/Technical-Social-History-Software-Engineering/dp/0321903420" rel="nofollow">http://www.amazon.com/Technical-Social-History-Software-Engi...</a>
Peter Grogono: "The Evolution of Programming Languages"<p><a href="http://users.encs.concordia.ca/~grogono/CourseNotes/epl.pdf" rel="nofollow">http://users.encs.concordia.ca/~grogono/CourseNotes/epl.pdf</a>
Bret Victor "The Future of Programming" is wonderful: <a href="https://www.youtube.com/watch?v=8pTEmbeENF4" rel="nofollow">https://www.youtube.com/watch?v=8pTEmbeENF4</a>
While not a history book, per se, "Masterminds of Programming: Conversations with the Creators of Major Programming Languages" [1] is a pretty great read. You can get a ton of historical context from reading what the language designers were thinking when they created their languages.<p>[1] <a href="http://www.amazon.com/Masterminds-Programming-Conversations-Creators-Languages/dp/0596515170" rel="nofollow">http://www.amazon.com/Masterminds-Programming-Conversations-...</a>
Andreas Stefik gave a talk titled The Programming Wars[1] at my school -- I thought it was a fascinating overview and the video is available at the link. If you already are pretty familiar with the history of programming languages (I'm not), it might be less interesting for you.<p>[1]: <a href="http://www.cs.washington.edu/events/colloquia/search/details?id=2594" rel="nofollow">http://www.cs.washington.edu/events/colloquia/search/details...</a>
Not (entirely) serious: <i>A Brief, Incomplete, and Mostly Wrong History of Programming Languages</i> by James Iry<p><a href="http://james-iry.blogspot.de/2009/05/brief-incomplete-and-mostly-wrong.html" rel="nofollow">http://james-iry.blogspot.de/2009/05/brief-incomplete-and-mo...</a>
Masterminds of Programming is a good read. It contains of interviews with lots of creators of programming languages. The interviews cover a broad range from history to design to philosophy.
A big graph of the genealogy of programming languages:
<a href="http://www.levenez.com/lang/" rel="nofollow">http://www.levenez.com/lang/</a>
This resource isn't given out enough. It is a true gem.<p>I owe 90% of every programming thought that entered my mind to the people that contributed to this:<p><a href="http://c2.com/cgi/wiki" rel="nofollow">http://c2.com/cgi/wiki</a><p>You're welcome.