Skip to content

Add Episode 9 #185

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 2 commits into from
Feb 11, 2022
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
9 changes: 9 additions & 0 deletions podcast/9/index.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Sebastian Graf
episode: 9
buzzsproutId: 9368484
recorded: 2021-12-20
published: 2022-02-11
---

Sebastian Graf is interviewed by Joachim Breitner and Alejandro Serrano. Sebastian is one of the most active contributors to GHC, and tells of this experience, from his very first commit to GHC to his current work on the pattern coverage checker and demand analyzer. He also gives us hints on how to reason about the strictness of Haskell programs.
15 changes: 15 additions & 0 deletions podcast/9/links.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
* [GHC's Phabricator instance](https://secure.phabricator.com/project/profile/1429/)
* [GHC's GitHub instance](https://github.com/ghc/ghc)
* [Sebastian's first commit to GHC](https://github.com/ghc/ghc/commit/da397291a9052387862c27c87ec29b6fce2c7d77)
* ["Add 'addWordC#' PrimOp" commit](https://github.com/ghc/ghc/commit/6243bba73d14cbee4219a16d45f57d1b254a6456)
* [Wiki page about the pattern match checker](https://gitlab.haskell.org/ghc/ghc/-/wikis/pattern-match-check)
* [Wiki page about the strictness analyzer](https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/compiler/strictness-analysis)
* [Hadrian build system wiki](https://gitlab.haskell.org/ghc/ghc/-/wikis/building/hadrian)
* [`ghc.dev` page](https://ghc.dev/)
* [`ghc.nix` repository](https://github.com/alpmestan/ghc.nix)
* ["Lower your guards: a compositional pattern-match coverage checker"](https://www.microsoft.com/en-us/research/publication/lower-your-guards-a-compositional-pattern-match-coverage-checker/)
* ["A promise checked is a promise kept: Inspection Testing"](https://arxiv.org/abs/1803.07130)
* ["Autobahn: using genetic algorithms to infer strictness annotations"](https://dl.acm.org/doi/abs/10.1145/2976002.2976009)
* [Bang Patterns and Strict Haskell](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/strict.html)
* [Language Benchmarks Game](https://sschakraborty.github.io/benchmark/index.html)
* [`generics-sop` package](https://hackage.haskell.org/package/generics-sop)
Loading