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
8 changes: 8 additions & 0 deletions podcast/60/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Tom Ellis
episode: 60
buzzsproutId: 16293430
recorded: 2024-09-18
published: 2024-12-20
---
Tom Ellis works at Groq, using Haskell to compile AI models to specialized hardware. In this episode, we talk about stability of both GHC and Haskell libraries, effects, and strictness, and the premise of functional programming: make invalid states and invalid *laziness* unrepresentable!
7 changes: 7 additions & 0 deletions podcast/60/links.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* [Twitter](https://twitter.com/tomjaguarpaw/)
* [Blog](https://h2.jaguarpaw.co.uk/)
* [Bluefin](https://hackage.haskell.org/package/bluefin)
* [Strict Wrapper](https://hackage.haskell.org/package/strict-wrapper)
* [Stability Working Group](https://github.com/haskellfoundation/stability?tab=readme-ov-file#haskell-foundation-stability-working-group)
* [Upgrading from 8.10 to 9.6](https://h2.jaguarpaw.co.uk/posts/ghc-8.10-9.6-experience-report/)
* [Groq](https://groq.com/)
Loading