Hacker News new | ask | show | jobs
by glic3rinu 2322 days ago
Then this talk from David Beazley will blow your mind https://www.youtube.com/watch?v=VUT386_GKI8
2 comments

For those of us short on time, can you summarize in a sentence or two?
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.
The twist is a bit of a surprise. Totally like the change in the movie parasite. It just suddenly from text to ...

Very good video.