Room 01 · 18 min
From code to machine
Follow a program from human-readable text to its execution.
01Understand
The mental model
A language is a translation layer. Code can be compiled before launch, interpreted by an environment or optimized while it runs.
02Practice
Field challenge
Choose two languages you know and describe the transformations between their source code and the processor.
03Verify