The Haskell Cast

Episode 14 - Richard Eisenberg on Dependent Types in Haskell

Recorded: 2017-06-01, Published: 2017-06-14

Read More...

Episode 13 - John Wiegley on Categories and Compilers

Recorded: 2017-04-12, Published: 2017-05-11

Read More...

Episode 12 - Neil Mitchell on Development Tools

Recorded: 2017-04-02, Published: 2017-04-17

Neil Mitchell shares with us his enthusiasm for building development tools. We hear the story of how he built Hoogle in order to learn Haskell, why he created the Shake build system and what he hopes to accomplish with it, and how he uses hlint in his own development work. We discuss Haskell IDEs (including his own minimal ghcid) and briefly touch on a variety of other development tools and libraries that aim to improve Haskell development. Neil also shares a trick he uses for hunting and fixing space leaks in programs and libraries.

Read More...

Episode 11 - Austin Seipp on Security

Recorded: 2017-01-16, Published: 2017-03-06

Austin Seipp joins us to discuss Haskell security and infrastructure. We talk about how Haskell security differs from C (and where it doesn’t) and some coming changes to Cabal security. Then we discuss Cryptol: a Haskell-inspired language for implementing cryptographic algorithms in a way that more closely resembles their mathematical specification. Finally, we talk a bit about his work in maintaining the haskell.org infrastructure and his time as a GHC release manager. Along the way, Austin shares about his pet projects, including hardware projects using CλaSH.

Read More...

Episode 10 - Bryan O'Sullivan on Performance and Efficiency

Recorded: 2015-09-23, Published: 2015-10-19

Bryan O’Sullivan shares his experience helping make developers more efficient, both inside of Facebook as Director of Developer Efficiency and with his various Haskell libraries, some of which you probably know and use already: aeson, attoparsec, criterion, statistics, and text (to name a few). We speak about performance and optimization of Haskell programs and where documentation for “Real World” Haskell development should go from here. Talking with Bryan also reveals how far you can go with Haskell without being overly concerned about category theory and the other math behind the language and libraries.

Read More...

Episode 9 - Conal Elliott on FRP and Denotational Design

Recorded: 2014-11-16, Published: 2014-12-15

Conal Elliott, inventor of Functional Reactive Programming, tells us about the birth of FRP as well as other stories from his 30+ years of functional programming experience. He shares what he considers the fundamentals of FRP (behaviors and events) and how they work in a model with continuous time. We speak about FRP practicality and efficiency, including how a continuous time model can help lead to a high performance implementation. Eventually we’re led into Denotational Design, which plays a part in the design and refinement of FRP and which Conal considers his simplest and clearest design tool.

Read More...

Episode 8 - Ollie Charles on 24 Days of Hackage and Nix

Recorded: 2014-06-22, Published: 2014-07-21

Ollie Charles, author of 24 Days of Hackage (and a number of Haskell libraries), gives us his perspectives on Haskell libraries and how they relate to Perl’s CPAN. He shares how he began his transition from Perl to Haskell while working for MusicBrainz and how he came to work full-time on Haskell at Fynder. (Listen closely if you’ve wanted to write Haskell in your non-Haskell job.) We also chat briefly about developing in Haskell with Nix and a different take on equational reasoning.

Read More...

Episode 7 - Chris Done on Compiling to JavaScript and SQL

Recorded: 2014-05-18, Published: 2014-06-09

Chris Done, creator of Fay, Try Haskell, and Structured Haskell Mode, chats with us about web development in Haskell. We start with compiling Haskell to JavaScript via Fay, Haste, and ghcjs. We then discuss SQL and the alternatives available. Finally, we speak briefly about shell scripting and Haskell. Other topics include Chris’s many side projects like Try Haskell and Hulk, his IRC server.

Read More...

Episode 6 - Gabriel Gonzalez and Michael Snoyman on Pipes and Conduit

Recorded: 2014-02-23, Published: 2014-03-03

Gabriel Gonzalez and Michael Snoyman join us to discuss their solutions to the problems with lazy IO. Gabriel’s pipes library focuses on equational reasoning while Michael’s conduit library promises deterministic resource handling. Gabriel and Michael have already debated the merits and disadvantages of each other’s libraries on their blogs. Now we get them onto the podcast to explain the differences to us and talk about where they’re going in the future (and the possibility of converging on a single solution).

Read More...

Episode 5 - Brent Yorgey on Diagrams and the Typeclassopedia

Recorded: 2014-01-17, Published: 2014-01-22

Brent Yorgey explains the motivation and purpose of his Diagrams library and how it relates to other programmatic graphics systems like TikZ. He then shares his motivation for writing the Typeclassopedia and his thoughts on how much category theory Haskell programmers need to know. He also shares some insights from teaching an introductory Haskell course.

Read More...

Episode 4 - Simon Marlow on Parallelism and Concurrency

Recorded: 2013-11-17, Published: 2013-11-25

Simon Marlow, author of Parallel and Concurrent Programming in Haskell and co-developer of GHC, lets us know what he’s been up to at Facebook. He shares with us the project he’s been working on in Facebook and how Haskell is gaining traction inside Facebook’s diverse engineering culture. We also talk about his recent book and what he’ll be researching in the future.

Read More...

Episode 3 - Simon Peyton Jones on GHC

Recorded: 2013-10-20, Published: 2013-10-28

Simon Peyton Jones joins us to discuss recent developments in GHC, parallel programming, and computer science education. We start by discussing some upcoming changes to Cabal and the module system and then look at recent developments in parallelizing Haskell programs. Finally, Simon shares what he’s been working on recently: a national curriculum of computing in England and the Computing at School (CAS) Working Group.

Read More...

Episode 2 - Don Stewart on Real World Haskell

Recorded: 2013-09-08, Published: 2013-09-23

Don Stewart, co-author of Real World Haskell and author of many Haskell Stack Overflow answers, joins us to discuss working with Haskell at large scale: how to organize, deploy, and test more than 1 million lines of Haskell code. He also shares some insights on hiring, training, and working with a large team of Haskell developers. To start the episode, we discuss performance and optimization of Haskell programs.

Read More...

Episode 1 - Edward Kmett on Lenses

Recorded: 2013-08-04, Published: 2013-08-26

Edward Kmett joins us to talk about lenses, comonads, and the future of the Haskell core libraries. He also shares with us how he discovered Haskell, his academic background, and advice for new Haskell developers being exposed to the math concepts inside of his libraries for the first time.

Read More...