Skip to content

Commit fdae8e9

Browse files
authored
Merge pull request #372 from haskellfoundation/episode40
episode 40
2 parents d7f6e56 + 5bf1dc2 commit fdae8e9

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

podcast/39/index.markdown

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ published: 2023-12-15
88

99
In this episode, we are joined by Rebecca Skinner. She talks about her new book, Effective Haskell, which takes you from list manipulation to thunks to type-level programming. She also tells us about large scale industrial applications in Haskell, and how the architecture is shaped by the organization of the engineering teams.
1010

11-
Until the end of this year, you can use the code INTERLUDE to get a discount on her book!
12-
1311
Disclaimer: Mercury is a financial technology company, not a bank. Banking services provided by Choice Financial Group and Evolve Bank & Trust, Members FDIC.

podcast/40/index.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Mike Sperber
3+
episode: 40
4+
buzzsproutId: 14225777
5+
recorded: 2023-10-28
6+
published: 2023-12-31
7+
---
8+
In this episode, Andres and Matti talk to Mike Sperber, CEO of Active Group in Germany. They discuss how to successfully develop an application based on deep learning in Haskell, contrast learning by example with the German bureaucratic approach, and highlight the virtues of having fewer changes in the language.

podcast/40/links.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* [Active Group](https://www.active-group.de/)
2+
* [SICP (The Wizard Book](https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html)
3+
* [R6RS](https://www.r6rs.org/)
4+
* [Scheme 48](https://s48.org/)
5+
* [Accelerate for GPU programming in Haskell](https://hackage.haskell.org/package/accelerate)
6+
* [Concat framework for compiling to categories](https://github.com/compiling-to-categories/concat)
7+
* [How to Design Programs](https://htdp.org/)
8+
* [Racket](https://www.racket-lang.org/)
9+
* [Schreibe Dein Program!](https://www.deinprogramm.de/sdp/)
10+
* [Datatypes A La Carte](https://www.cambridge.org/core/journals/journal-of-functional-programming/article/data-types-a-la-carte/14416CB20C4637164EA9F77097909409)
11+

0 commit comments

Comments
 (0)