15312 Foundations Of Programming Languages -
Writing code that works across multiple types (generics). 3. Dynamics: Execution Models
The formal logic behind garbage collection and resource allocation. 4. The Safety Theorem
The "Dynamics" describe how a program steps from one state to the next. Using , you write rules that dictate exactly how an expression evaluates. This is where you learn about: 15312 foundations of programming languages
The journey begins by moving away from "concrete syntax" (the curly braces and semicolons) and toward . You learn that a program is a structured mathematical object, not just a string of characters. 2. Statics: Type Systems
How a compiler can figure out what you mean without you telling it. Writing code that works across multiple types (generics)
How to represent the "rest of the program" as a first-class object.
If you ever want to build your own DSL (Domain Specific Language) or contribute to a major compiler like LLVM or Rust, these foundations are non-negotiable. Recommended Resources This is where you learn about: The journey
The "Statics" of a language define what it means for a program to be "well-formed" before it ever runs. You explore: