Hacker News new | ask | show | jobs
by 7thaccount 2317 days ago
For those of us short on time, can you summarize in a sentence or two?
2 comments

From https://www.dabeaz.com/talks.html

Closing Keynote: A Talk Near the Future of Python

October 13, 2019 PyCon India, Chennai

A live-coded implementation of simple stack machine that's later turned into a WebAssembly interpreter capable of running a game written in Rust.

He builds a WebAssembly interpreter from scratch in Python and compiles a Rust program to run on it.