From 998ecd207142688e587f50dd90402a8c0296599a Mon Sep 17 00:00:00 2001 From: ratherforky <34199683+ratherforky@users.noreply.github.com> Date: Wed, 26 Aug 2026 18:02:36 +0100 Subject: [PATCH] Add Ep 85 of the Haskell Interlude --- podcast/85/index.markdown | 9 +++++++++ podcast/85/links.markdown | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 podcast/85/index.markdown create mode 100644 podcast/85/links.markdown diff --git a/podcast/85/index.markdown b/podcast/85/index.markdown new file mode 100644 index 00000000..fe68e8b1 --- /dev/null +++ b/podcast/85/index.markdown @@ -0,0 +1,9 @@ +--- +title: Brent Yorgey +episode: 85 +buzzsproutId: 19705795 +recorded: 2026-03-17 +published: 2026-08-26 +--- + +In today’s episode, we’re joined by Brent Yorgey, Associate Professor of Computer Science at Hendrix College and the creator, among other things, of the Diagrams vector graphics library and Swarm, a 2D programming and resource gathering game. We talk about teaching, domain specific languages, and competitive coding. diff --git a/podcast/85/links.markdown b/podcast/85/links.markdown new file mode 100644 index 00000000..c3a0ad5c --- /dev/null +++ b/podcast/85/links.markdown @@ -0,0 +1,20 @@ +- [Brent Yorgey’s personal web page](http://ozark.hendrix.edu/~yorgey/forest/index/index.xml) +- [Stephanie Weirich](https://www.cis.upenn.edu/~sweirich/) +- [species: Computational combinatorial species library](https://hackage.haskell.org/package/species) +- [Hendrix](https://www.hendrix.edu/) +- [XMonad](https://xmonad.org/) +- [IRC Haskell channel](https://www.haskell.org/irc/) +- [Good Math/Bad Math](http://www.goodmath.org/blog/) +- [Trends in FP in education](https://wiki.tfpie.science.ru.nl/Main_Page) +- [Disco](https://disco-lang.github.io/disco-live/) +- [Swarm](https://swarm-game.github.io/) +- [Brent’s blog](https://byorgey.github.io/blog/) +- [Interact (haskell function)](https://hackage-content.haskell.org/package/base-4.22.0.0/docs/Prelude.html#v:interact) +- [Algebras for weighted search](https://dl.acm.org/doi/10.1145/3473577) +- [Diagrams](https://hackage.haskell.org/package/diagrams) +- [Conal Elliott](http://conal.net/) +- [Brent’s Haskell Symposium Talk](​​https://www.youtube.com/watch?v=C8PcRqIToCM) +- [Software Foundations (book)](https://softwarefoundations.cis.upenn.edu/) +- [Lean](https://lean-lang.org/) +- [Paul Hudak book: Haskell School of Expression](https://www.cambridge.org/highereducation/books/the-haskell-school-of-expression/70651D70E17ECC07C91D8487D2EFEAE7#overview) +- [CodeWorld](https://code.world/)