Skip to content

Commit 98bf1ef

Browse files
authored
Release Haskell Interlude #68 (Michael Snoyman) (#537)
1 parent 5acdb54 commit 98bf1ef

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

podcast/68/index.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Michael Snoyman
3+
episode: 68
4+
buzzsproutId: 17658749-68
5+
recorded: 2025-03-31
6+
published: 2025-08-12
7+
---
8+
9+
In this episode, we’re joined by Michael Snoyman, author of Yesod,
10+
Conduit, Stackage and many other popular Haskell libraries. We
11+
discuss newcomer friendliness, being a Rustacean vs a Haskellasaur,
12+
how STM is Haskell’s best feature and how laziness can be a vice.

podcast/68/links.markdown

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
+ [Perl6](https://en.wikipedia.org/wiki/Raku_(programming_language)
2+
+ [Pugs](https://en.wikipedia.org/wiki/Pugs_(compiler))
3+
+ [Yesod](https://www.yesodweb.com/)
4+
+ [Django (python)](https://www.djangoproject.com/)
5+
+ [FP Complete](https://tech.fpcomplete.com/)
6+
+ [Intero](https://hackage.haskell.org/package/intero)
7+
+ [GHCUp](https://www.haskell.org/ghcup/)
8+
+ [Stackage](https://www.stackage.org/)
9+
+ [STM](https://hackage.haskell.org/package/stm)
10+
+ [Rust](https://www.rust-lang.org/)
11+
+ [School of Haskell](https://www.schoolofhaskell.com/)
12+
+ [Conduit](https://hackage.haskell.org/package/conduit)
13+
+ [Warp](https://hackage.haskell.org/package/warp)
14+
+ [Kazu Yamamoto](https://github.com/kazu-yamamoto)
15+
+ [Scotty](https://hackage.haskell.org/package/scotty)
16+
+ [Spock](https://hackage.haskell.org/package/Spock)
17+
+ [Yesod book](https://www.yesodweb.com/book)
18+
+ [Lazy I/O](https://book.realworldhaskell.org/read/io.html)
19+
+ [Serde (Rust)](https://serde.rs/)
20+
+ [Clap](https://docs.rs/clap/latest/clap/)
21+
+ [OptParse Applicative](https://hackage.haskell.org/package/optparse-applicative)
22+
+ [Template Haskell](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/template_haskell.html)

0 commit comments

Comments
 (0)