Skip to content
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)