In this episode, I excerpt and discuss the 1969 ACM Turing Award Lecture by Marvin Minsky.
Thoughts on Functional Programming Podcast
An off-the-cuff stream of Functional Programming ideas, skills, patterns, and news from Functional Programming expert Eric Normand.
Subscribe on iTunes, Google Play Music, Overcast, or via RSS.
One Man’s View of Computer Science
In this episode, I read from One Man’s View of Computer Science, the 1968 ACM Turing Lecture by Richard Hamming.
Computing Then and Now
In this episode, we read excerpts of Maurice Wilke’s 1967 ACM Turing Award lecture titled ‘Computing Then and Now’.
The Synthesis of Algorithmic Systems
In this episode, I read excerpts from Alan Perlis’s Turing Award Lecture called ‘The Synthesis of Algorithmic Systems’.
Is Clojure a language for hipsters?
In this episode, I contemplate whether I am an early adopter or a pragmatist, and how that influenced my choice of Clojure. Does Clojure appeal to early adopters? Has it crossed the chasm?
Lambda: The Ultimate GOTO
In this episode, I read from Lambda: The Ultimate GOTO. We learn whether avoiding GOTOs makes your code better and how to make function calls fast.
Can Programming Be Liberated from the von Neumann Style?
In 1977, John Backus presented an algebraic vision of programming that departed from the von Neumann fetch-and-store semantics. This seminal paper has influenced functional programming in many ways. In this episode, I read excerpts from and comment on John Backus’s 1977 Turing Award Lecture paper Can Programming Be Liberated from the von Neumann Style? A Functional Style and Its Algebra of Programs.
Do we use metacircular evaluators in real life?
In SICP, the authors define a metacircular evaluator of Scheme written in Scheme to change the semantics of the language. Do we do stuff like that in real life? In this episode, I explore this listener question.
The Next 700 Programming Languages
In this episode, I excerpt and comment on a seminal paper in programming language design, from all the way back in 1966, called The Next 700 Programming Languages.