pod.link/developer-voices
pod.link copied!
Developer Voices
Developer Voices
Kris Jenkins

Deep-dive discussions with the smartest developers we know, explaining what they're working on, how they're trying to move the industry forward, and... more

Listen now on

Apple Podcasts
Spotify
Overcast
Podcast Addict
Pocket Casts
Castbox
Podbean
iHeartRadio
Player FM
Podcast Republic
Castro
RSS

Episodes

Faust: A Programming Language For Sound (with Romain Michon)

I'm always interested in what factors shape the design of a programming language. This week we're taking a look at... more

25 Sep 2024 · 1 hour, 18 minutes
GPUs, from Simulation to Encryption (with Agnès Leroy)

This week we take a look at what you can do with a GPU when you get away from just... more

18 Sep 2024 · 1 hour, 3 minutes
The State of Full-Stack OCaml (with António Monteiro)

OCaml has one of the best-loved compilers available, and parts of it are surprisingly pluggable, so it's not surprising that... more

11 Sep 2024 · 1 hour, 27 minutes
Multiplatform Maps Built As Layers on Rust (with Ian Wagner)

Mapping is a hugely complex task to take on. Even if you moved as much of the data-management as you... more

21 Aug 2024 · 1 hour, 1 minute
Building a New Terminal App (with Zach Lloyd)

The terminal might be the most used development tool in history. So it's a little odd that it hasn't changed... more

14 Aug 2024 · 1 hour, 7 minutes
Building A Programming Language From Its Core (with Peter Saxton)

A language's AST—it's abstract syntax tree—is nearly always a hidden implementation detail. It's not treated as part of the language,... more

07 Aug 2024 · 1 hour, 1 minute
Practical Applications for DuckDB (with Simon Aubury & Ned Letcher)

DuckDB's become a favourite data-handling tool of mine, simply because it does so many small things well. It can read... more

31 Jul 2024 · 1 hour, 8 minutes
Recording and Replaying the Browser (with Justin Halsall)

RRWeb is based on a simple idea: If you capture all the DOM events in a browser session, and when... more

24 Jul 2024 · 1 hour, 2 minutes
Zig as a Multi-OS Build System (with Loris Cro)

The ZigLang team have put an astonishing amount of effort into making Zig work an effective tool for compiling C... more

17 Jul 2024 · 1 hour, 19 minutes
Creating and Evolving Elixir (with José Valim)

Back in 2012, José Valim started building Elixir to as a way to have his ideal programming language running on... more

10 Jul 2024 · 1 hour, 42 minutes
Developer Voices
Building A Programming Language From Its Core (with Peter Saxton)
Developer Voices
0:00
-0:00

Listen now on

Apple Podcasts
Spotify
Overcast
Podcast Addict
Pocket Casts
Castbox
Podbean
iHeartRadio
Player FM
Podcast Republic
Castro
RSS

Description

A language's AST—it's abstract syntax tree—is nearly always a hidden implementation detail. It's not treated as part of the language, but merely... more