Skip to content

Commit 225fe2f

Browse files
authored
Add episode 62 (#478)
1 parent 50ba182 commit 225fe2f

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

podcast/61/index.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Sam Lindley
33
episode: 61
44
buzzsproutId: 16485805
5-
recorded: 2024-11-15
5+
recorded: 2024-11-13
66
published: 2025-01-22
77
---
88
Sam Lindley is a Reader in Programming Languages Design and Implementation at the University of Edinburgh. In this episode, he tells us how difficult naming is, the different kinds of effect systems and handlers, languages *much* purer than Haskell, and Modal logic.

podcast/62/index.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Conal Elliott
3+
episode: 62
4+
buzzsproutId: 16636818
5+
recorded: 2024-11-13
6+
published: 2025-02-17
7+
---
8+
In this episode Wouter Swiestra and Niki Vazou talk with Conal Elliott. Conal discusses doing things just for the poetry, how most programs miss their purpose, and the simplest way to ask a question. Conal is currently working on a book about his ideas and actively looking for partners.

podcast/62/links.markdown

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
+ [Conal's homepage](http://conal.net/)
2+
+ [Conal's PhD thesis](http://conal.net/papers/elliott90.pdf)
3+
+ [Functional Reactive Animation](http://conal.net/papers/icfp97/).
4+
+ [Hugs](https://www.haskell.org/hugs/)
5+
+ [Conal's Automatic Differentiation paper](http://conal.net/papers/essence-of-ad/)
6+
+ [Conal's Compiling to Categories paper](http://conal.net/papers/compiling-to-categories/)
7+
+ [Denotational design](http://conal.net/papers/type-class-morphisms/)
8+
+ [John Backus Turing Award](https://amturing.acm.org/award_winners/backus_0703524.cfm)
9+
+ [Can programming be liberated from the von Neuman style? By John Backus](https://worrydream.com/refs/Backus_1978_-_Can_Programming_Be_Liberated_from_the_von_Neumann_Style.pdf)
10+
+ [Why Functional Programming Matters by J. Hughes](https://www.cse.chalmers.se/~rjmh/Papers/whyfp.html)
11+
+ [Frank Pfenning](https://www.cs.cmu.edu/~fp/)
12+
+ [Dana Scott](https://en.wikipedia.org/wiki/Dana_Scott)
13+
+ [Bob Harper](https://www.cs.cmu.edu/~rwh/)
14+
+ [Lambda Prolog](https://en.wikipedia.org/wiki/%CE%9BProlog)
15+
+ "A theory appears beautiful or elegant [...] when it's simple; in other words when it can be expressed very concisely in terms of mathematics that we've already learned for some other reasons." [Murray Gell-Mann, Beauty and Elegance in Physics](https://www.youtube.com/watch?v=anHgZru8acg&t=379s)

0 commit comments

Comments
 (0)