Hacker News new | ask | show | jobs
by teraflop 1884 days ago
The blog post's title is an homage to a series of papers from the 70s, which formulated the Scheme programming language and the beginnings of what we now know as "functional programming".

https://en.wikipedia.org/wiki/History_of_the_Scheme_programm...

3 comments

The authors of the post have both been central to Haskell's development, among other PL things – I'm guessing they've read them all :)
Funnily enough the two examples they provide in this article (reverse string and factorial) were the exact two first problems I encountered in the Scheme class I took in college. I'm guessing both of these problems are defined in those papers.
Specifically the "Lambda: The Ultimate" bit.
Which is one of my favourite PLT websites:

http://lambda-the-ultimate.org

Where I heard about this development nearly three months ago:

http://lambda-the-ultimate.org/node/5621