Skip to content

Commit 49c66ae

Browse files
authored
Merge pull request #138 from nomeata/joachim/podcast-episode-3
Add Podcast episode 3
2 parents b2560fe + 09ae08a commit 49c66ae

File tree

5 files changed

+245
-3
lines changed

5 files changed

+245
-3
lines changed

podcast/1.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Emily Pillmore
33
episode: 1
44
description: The guest of our first regular episode is Emily Pillmore, CTO of the Haskell Foundation. The hosts are Alejandro Serrano and Andres Löh. We talk about Emily's path to Haskell, the role of the Haskell Foundation and the CTO within the Haskell Foundation, about current projects, the Haskell Community and about Emily's work on Optics.
55
buzzsproutId: 8984158
6-
buzzsproudName: 01-emily-pillmore
76
recorded: 2021-06-08
87
published: 2021-08-09
98
---

podcast/2.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Lennart Augustsson
33
episode: 2
44
description: The guest in our second episode is Lennart Augustsson. The hosts are Wouter Swierstra and Niki Vazou. We talk about Lennart's long history with Haskell, about the various jobs he has had, all the compilers he has written, and about dependent types.
55
buzzsproutId: 9286902
6-
buzzsproudName: 02-lennart-augustsson
76
recorded: 2021-07-05
87
published: 2021-10-01
98
---

podcast/3.markdown

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Gabriella Gonzalez
3+
episode: 3
4+
description: |
5+
Gabriella Gonzalez is interviewed by Joachim Breitner and Alejandro Serrano,
6+
and we talk about Dhall, Nix, and Haskell, learn why Gabriella's packages are
7+
sometimes called after characters of computer games, and get to know her
8+
elevator pitch for educating Haskell
9+
10+
The interviewee now goes by Gabriella as their preferred name, but at the
11+
time was still using Gabriel.
12+
buzzsproutId: 9368484
13+
recorded: 2021-07-12
14+
published: 2021-10-15
15+
---
16+
* [Gabriella on twitter](https://twitter.com/GabriellaG439)
17+
* [Gabriella on github](https://github.com/Gabriel439)
18+
* [Gabriella’s blog](https://www.haskellforall.com/)
19+
* [Dhall](https://dhall-lang.org/)
20+
* [Haskell Nix](https://github.com/Gabriel439/haskell-nix)
21+
* [Turtle package](https://hackage.haskell.org/package/turtle)
22+
* [Planescape Torment](https://en.wikipedia.org/wiki/Planescape:_Torment)
23+
* [“A List of Post-mortems!” by Daan Luu](https://github.com/danluu/post-mortems)
24+
* [Crossing the Chasm by Moore](https://en.wikipedia.org/wiki/Crossing_the_Chasm)
25+
* [A tutorial Implementation of dependently typed lambda calculus, by Andres Loh, et al](https://www.andres-loeh.de/LambdaPi/LambdaPi.pdf)
26+
* [Compiling to Categories, by Conal Elliott](http://conal.net/papers/compiling-to-categories/)

0 commit comments

Comments
 (0)