Skip to content

podcast episode 23 #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2023
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/23/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Ben Gamari
episode: 23
buzzsproutId: 12492098
recorded: 2023-01-30
published: 2023-03-22
---
In this episode Wouter Swierstra and Joachim Breitner chat with Ben Gamari. Ben is a consultant at well-typed known for his work at GHC. Ben tells us a little bit about his switch from Python to Haskell but not because he was missing the static typing, how programming his thermostat lead him to a career in the compiler development, and what it's like to be a GHC force multiplier.
8 changes: 8 additions & 0 deletions podcast/23/links.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
* [Ben's website](http://smart-cactus.org/~ben/)
* [Ben's twitter](https://twitter.com/bgamari)
* [Ben's github](https://github.com/bgamari)
* [Ben at well-typed](https://well-typed.com/people/ben/)
* [GHC's Garbage Collector](http://www.smart-cactus.org/~ben/posts/2018-11-18-nonmoving-gc-for-ghc.html)
* [Mark and Sweep Collectors](https://www.geeksforgeeks.org/mark-and-sweep-garbage-collection-algorithm/)
* [GHC proposals](https://github.com/ghc-proposals/ghc-proposals)
* [Stack Traces in Haskell](https://www.arashrouhani.com/papers/master-thesis.pdf)