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
17 changes: 17 additions & 0 deletions podcast/76/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Jeffrey Young
episode: 76
buzzsproutId: 18565558
recorded: 2025-10-28
published: 2026-01-26
---

Welcome to the Haskell Interlude. Today, Matti and Mike talk to
Jeffrey Young. Jeff has had a long history of working with Haskell and
on ghc itself. We talk about what makes Haskell so compelling, the
good and bad of highly optimized code and the beauty of
well-modularized code, how to get into compiler development, and how
to benefit from Domain-Driven Design.

Jeff is currently on the job market - if you want to get in touch,
email him at [`jmy6342@gmail.com`](mailto:jmy6342@gmail.com).
21 changes: 21 additions & 0 deletions podcast/76/links.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- Jeff's PhD thesis [Variational Satisfiability Solving](https://github.com/doyougnu/PhD_Thesis/blob/main/thesis.pdf)
- Book: [Learn you a Haskell for a Great Good!](https://learnyouahaskell.github.io/)
- The [Clojure Programming Language](https://clojure.org/)
- [fgl: Martin Erwig's graph library](https://hackage.haskell.org/package/fgl)
- [The R Project for Statistical Computing](https://www.r-project.org/)
- [Tidyverse](https://tidyverse.org/) R libraries
- [Hadley Wickham](https://hadley.nz/) R resources
- [Murray Gell-Mann quote on physics and mathematics](https://www.azquotes.com/quote/826397)
- [Ninety-Nine Haskell Problems](https://ninetynine.haskell.chungyc.org/)
- [ghc commentary](https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary), [I know kung fu: learning STG by example](https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler/generated-code)
- [Joachim Breitner's "winter optimizations"](https://www.joachim-breitner.de/blog/758-Winter_is_coming_even_more_quickly)
- [ghc-debug livestream with Matthew Pickering, Dubin Zugal](https://www.reddit.com/r/haskell/comments/kwpzyd/matthew_pickering_and_zubin_duggal_ghcdebug/)
- [The Rust Performance Book](https://nnethercote.github.io/perf-book/)
- book: [David Agans: Debugging](https://www.oreilly.com/library/view/debugging/9780814474570/)
- [Computer, Enhance!](https://www.computerenhance.com/) (Casey Muratori's blog)
- [aeson: Haskell library for Fast JSON parsing and encoding](https://hackage.haskell.org/package/aeson)
- [cassava: A CSV parsing and encoding library](https://hackage.haskell.org/package/cassava)
- Paper & video: [Young, Henry, Ericson]Stretching the Glasgow Haskell Compiler: Nourishing GHC with Domain-Driven Design](https://functional-architecture.org/events/funarch-2023/)
- [Haskus library for systems programming in Haskell](https://haskus.org/system/)
- [Domain-Driven Design](https://en.wikipedia.org/wiki/Domain-driven_design)
- [Stable Haskell](https://www.stable-haskell.org/)