Ask HN: What are some good resources on the history of programming languages?
11–20 of 25 posts
Re: Ask HN: What are some good resources on the history of programming languages?
#12Re: Ask HN: What are some good resources on the history of programming languages?
#13It gives a great overview of the different generations of programming and the significant languages in each.
Re: Ask HN: What are some good resources on the history of programming languages?
#14http://www-formal.stanford.edu/jmc/history/lisp/lisp.html
The Evolution of Lisp (Steele and Gabriel):
http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf
The Original 'Lambda Papers' by Guy Steele and Gerald Sussman
http://library.readscheme.org/page1.html
Many papers on the evolution, design, and implementation of Scheme:
Re: Ask HN: What are some good resources on the history of programming languages?
#15Re: Ask HN: What are some good resources on the history of programming languages?
#16Re: Ask HN: What are some good resources on the history of programming languages?
#17[1]: http://www.cs.washington.edu/events/colloquia/search/details...
Re: Ask HN: What are some good resources on the history of programming languages?
#18[1] http://www.amazon.com/Masterminds-Programming-Conversations-...
Re: Ask HN: What are some good resources on the history of programming languages?
#19I owe 90% of every programming thought that entered my mind to the people that contributed to this:
You're welcome.
Re: Ask HN: What are some good resources on the history of programming languages?
#20There's The Evolution of Lisp [1], which talks about the entwined relationship of many of the different dialects of lisp. A History of Haskell [2] The Early History of Smalltalk [3] [1] http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf [2] http://research.microsoft.com/en-us/um/people/simonpj/papers... [3] http://gagne.homedns.org/~tgagne/contrib/EarlyHistoryST.html
Everything from HOPL II is great. I don't know whether all of it ever got published online, but the book version is totally worth it.
HOPL III is here: http://dl.acm.org/citation.cfm?id=1238844&coll=DL&dl=GUIDE&C...
HOPL I is here: http://dl.acm.org/citation.cfm?id=800025&coll=DL&dl=GUIDE&CF...
I have the hardcopy versions of I and II that I bought used from Amazon and they're great.