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
14 changes: 14 additions & 0 deletions podcast/69/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Jurriaan Hage
episode: 69
buzzsproutId: 17727258
recorded: 2025-03-11
published: 2025-08-25
---

Today’s guest is Jurriaan Hage. Jurriaan is a professor at Heriot-Watt
University in Edinburgh who’s worked with and on Haskell for many
years. He’s known for the Helium Haskell compiler, specifically
designed for teaching, and he has plenty of other projects related to
Haskell, including improvements to the type system, the generation of
better error messages, or detection of plagiarism.
5 changes: 5 additions & 0 deletions podcast/69/links.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- [Jurriaan's home page](https://www.macs.hw.ac.uk/~jh2054/index.html)
- [Helium for learning Haskell](https://github.com/Helium4Haskell/helium), [paper](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/helium.pdf)
- [OutsideIn(X)](https://www.cambridge.org/core/journals/journal-of-functional-programming/article/outsideinx-modular-type-inference-with-local-assumptions/65110D74CF75563F91F9C68010604329)
- [Scripting the Type inference process](https://dl.acm.org/doi/10.1145/944746.944707)
- [Haskell Type Error index](https://errors.haskell.org/)