Skip to content

Commit dcedbab

Browse files
committed
Haskell Interlude #72
Manuel Chakravarty
1 parent 1488703 commit dcedbab

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

podcast/72/index.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Manuel Chakravarty
3+
episode: 72
4+
buzzsproutId: 18103989
5+
recorded: 2025-08-19
6+
published: 2025-10-30
7+
---
8+
9+
In this episode, we talk to Manuel Chakravarty - specifically, his
10+
work on the ghc backend such as data-parallel Haskell and the FFI and
11+
how that work segued into type system design. We also discussed
12+
Manuel's perspective on Haskell from the language design of Swift.

podcast/72/links.markdown

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- [Manuel's homepage](https://justtesting.org/)
2+
- [C Foreign Function Interface](https://www.haskell.org/onlinereport/haskell2010/haskellch8.html)
3+
- [c2hs](https://hackage.haskell.org/package/c2hs)
4+
- [gtk bindings for Haskell](https://hackage.haskell.org/package/gtk)
5+
- [Swift](https://www.swift.org/)
6+
- [Sydney Cocoaheads meetup](https://www.sydneycocoaheads.com/)
7+
- [Bret Victor](https://worrydream.com/)
8+
- [Boost C++ libraries](https://www.boost.org/)
9+
- [Paper: Associated Types with Class](https://dl.acm.org/doi/10.1145/1040305.1040306)
10+
- [Paper: Type checking with open type functions](https://dl.acm.org/doi/10.1145/1411204.1411215)
11+
- [Paper: Data-Parallel Haskell: a status report](https://dl.acm.org/doi/10.1145/1248648.1248652)
12+
- [Paper: Repa: High performance, regular, shape polymorphic parallel arrays.](https://hackage.haskell.org/package/repa)
13+
- [Paper: Accelerate: High-Performance Parallel Arrays for Haskell](https://www.acceleratehs.org/)
14+
- [Agda](https://github.com/agda/agda)
15+
- [Haskell for Mac](http://www.haskellformac.com/)

0 commit comments

Comments
 (0)