Episode 108: Simon Peyton Jones on Functional Programming and Haskell
Recording Venue: QCon 2007
Guest(s): Simon Peyton Jones
Host(s): Markus
We start our discussion with a brief look at what Haskell is and how a pure functional language is different from non-pure languages. We then look at the basic building blocks and the philosophy of the language, discussing concepts such as the lambda calculus, closures, currying, immutability, lazy evaluation, memoization, and the role of data types in functional languages. A significant part of the discussion is then spent on the management of side effects in a pure language – in other words, the importance of monads. We conclude the episode with a look at Haskell’s importance and community today.
Links:
- Book: Real-World Haskel
- Book: Functional Programming in Haskel
- Book: Haskell, the craft of functional programming
- HOPL Paper on Haskell
- Haskell Cafe mailing list
- Haskell Community
Podcast: Play in new window | Download
Subscribe: Apple Podcasts | RSS
Tags: cyber-physical systems, domain-driven design, python, transactions
[…] Episode 108: Simon Peyton Jones on Functional Programming and Haskell http://www.se-radio.net/2008/08/episode-108-simon-peyton-jones-on-functional-programming-and-haskell… […]
Excellent episode! I’m going to start learning haskell right now haha