

Many more details could fit into that description,īut that’s the rough sketch of how typed charactersĪre executed by computer CPUs. Which will ultimately interact with a CPU and memory The interpreter can finally run your code. With the bytecode instructions available,.These instructions are things like BINARY_ADD The interpreter can produce a lower level form Since we’ll shine more light on it momentarily. Which is the subject we will explore more in this post.

The keyword if is a different token than a numeric value like 42.

Into instructions that a machine can run. Let’s get a little “meta” about programming.
