Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Exploring Python's Internals By Rewriting Them In Rust

Exploring Python's Internals By Rewriting Them In Rust

FromThe Python Podcast.__init__


Exploring Python's Internals By Rewriting Them In Rust

FromThe Python Podcast.__init__

ratings:
Length:
40 minutes
Released:
Apr 15, 2019
Format:
Podcast episode

Description

The CPython interpreter has been the primary implementation of the Python runtime for over 20 years. In that time other options have been made available for different use cases. The most recent entry to that list is RustPython, written in the memory safe language Rust. One of the added benefits is the option to compile to WebAssembly, offering a browser-native Python runtime. In this episode core maintainers Windel Bouwman and Adam Kelly explain how the project got started, their experience working on it, and the plans for the future. Definitely worth a listen if you are curious about the inner workings of Python and how you can get involved in a relatively new project that is contributing to new options for running your code.
Released:
Apr 15, 2019
Format:
Podcast episode

Titles in the series (100)

The podcast about Python and the people who make it great