Skip to content

Release Haskell Interlude #68 (Michael Snoyman) #537

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions podcast/68/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Michael Snoyman
episode: 68
buzzsproutId: 17658749-68
recorded: 2025-03-31
published: 2025-08-12
---

In this episode, we’re joined by Michael Snoyman, author of Yesod,
Conduit, Stackage and many other popular Haskell libraries. We
discuss newcomer friendliness, being a Rustacean vs a Haskellasaur,
how STM is Haskell’s best feature and how laziness can be a vice.
22 changes: 22 additions & 0 deletions podcast/68/links.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
+ [Perl6](https://en.wikipedia.org/wiki/Raku_(programming_language)
+ [Pugs](https://en.wikipedia.org/wiki/Pugs_(compiler))
+ [Yesod](https://www.yesodweb.com/)
+ [Django (python)](https://www.djangoproject.com/)
+ [FP Complete](https://tech.fpcomplete.com/)
+ [Intero](https://hackage.haskell.org/package/intero)
+ [GHCUp](https://www.haskell.org/ghcup/)
+ [Stackage](https://www.stackage.org/)
+ [STM](https://hackage.haskell.org/package/stm)
+ [Rust](https://www.rust-lang.org/)
+ [School of Haskell](https://www.schoolofhaskell.com/)
+ [Conduit](https://hackage.haskell.org/package/conduit)
+ [Warp](https://hackage.haskell.org/package/warp)
+ [Kazu Yamamoto](https://github.com/kazu-yamamoto)
+ [Scotty](https://hackage.haskell.org/package/scotty)
+ [Spock](https://hackage.haskell.org/package/Spock)
+ [Yesod book](https://www.yesodweb.com/book)
+ [Lazy I/O](https://book.realworldhaskell.org/read/io.html)
+ [Serde (Rust)](https://serde.rs/)
+ [Clap](https://docs.rs/clap/latest/clap/)
+ [OptParse Applicative](https://hackage.haskell.org/package/optparse-applicative)
+ [Template Haskell](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/template_haskell.html)