Dragon taming with Tailbiter, a bytecode compiler for Python

“Python is about having the simplest, dumbest compiler imaginable.”
—Guido van Rossum, Masterminds of Programming… Read more

Similar

Python Switch Statement

What is a switch? The switch is a statement that evaluates the accuracy or similarity of the value of a certain input. But isn’t that the same thing that the if statement does? Let’s see this statement starting with bash scripting lang... (more…)

Read more »

Python Type Hints Are Turing Complete

Grigore showed that Java generics are Turing complete by describing a reduction from Turing machines to Java subtyping. We apply Grigore's algorithm to Python type hints and deduce that they are Turing complete. In addition, we present an alternative redu... (more…)

Read more »