diff --git a/podcast/68/index.markdown b/podcast/68/index.markdown new file mode 100644 index 00000000..b4015f11 --- /dev/null +++ b/podcast/68/index.markdown @@ -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. diff --git a/podcast/68/links.markdown b/podcast/68/links.markdown new file mode 100644 index 00000000..9abdb445 --- /dev/null +++ b/podcast/68/links.markdown @@ -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)