Oscar Horne
Computer enthusiast and student of computer science at Victoria University of Wellington
Session
11-22
10:30
30min
What can looking at Python as a language designer teach us?
Oscar Horne
Although Python is an interpreted language, the main interpreter - CPython - first compiles your code to an intermediate bytecode representation which is then interpreted. To understand how it works we can look at how we could write our own language that compiles to CPython bytecode.
Pythonista
Breakout Room