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