A korrentour readingWhat is a korrent?
Source code in any language tells you nothing about what the CPU is actually asked to do; only the compiler's assembly output does, and reading it is a skill every serious programmer should have.
Drawn from what Casey Muratori said
What this subject means
compilers Programs that turn programs into programs: what a compiler can name, assembly, and building one that serves an editor.