
Haskell Weekly Podcast
1) 2021 Survey Results
Thanks to everyone who filled out the 2021 State of Haskell Survey! This week Cameron and Taylor review the results.
2) Monad Architecture
This week Cameron and Taylor answer our first listener question: How should you structure large applications? We compare ReaderT with MTL along with other approaches.
3) GHC 9.2.1
We're back! After a month off, Cameron and Taylor get together to talk about what's new in the Haskell world.
4) Loop Breaker
Cameron Gera and Taylor Fausak discuss Drew Olson's adventures in looping. What should you do if you want to loop forever, but break out of the loop early sometimes?
5) Hash Flooding Aeson
Special guest Tom Sydney Kerckhove talks with Taylor Fausak about a denial of service vulnerability in Aeson, a Haskell library for JSON.
6) Evoking Instances
Taylor Fausak talks with Cameron Gera about Evoke, Taylor's latest GHC plugin for deriving instances without generics or Template Haskell.
7) Dependent Haskell with Vladislav Zavialov
Curious about dependent types? Special guest Vladislav Zavialov from Serokell breaks it down for us. We discuss comparisons to refinement types, sigma and pi types, interactions with linear types, and...Show More
8) Our Tech Stack
Stack, HLint, and Brittany, oh my! Cameron Gera and Taylor Fausak go on a deep dive into the ACI Learning tech stack.
9) Cast Values with Witch
Back from summer break, Cameron Gera discusses the Witch library with it's author, Taylor Fausak. Learn about the many motivations behind this simple library for converting values between various type...Show More
10) The Voids of Haskell
There's a lot to like about Haskell, but what is it missing? We explore Alexander Granin's post where he suggests some topics for books that could benefit the Haskell community.