- Casting out Polymorphism with Monomorphization
May 11, 2025
⊢
Instantiating concrete functions from generic roots
- Back to Basics by Simplifying our IR
April 30, 2025
⊢
Optimizing our base IR via inlining
- Function Application Needs to Grow a Spine Already
March 31, 2025
⊢
Typechecking multiple applications at a time opens new opportunities for inferring types
- Lowering Top Level Items
March 4, 2025
⊢
Lowering top level items into our IR. A more elaborate affair than anticipated.
- The Heart of Lowered Rows
February 26, 2025
⊢
Lowering row asts by generating evidence terms
- The Types of Lowered Rows
February 18, 2025
⊢
Lowering row evidence from our type scheme
- Lowering Row Types, Evidently
February 11, 2025
⊢
Explaining how we'll lower row types into our IR
- Escaping the Typechecker, an Implementation
February 4, 2025
⊢
Implementation of our lowering function
- Lowering our AST to Escape the Typechecker
January 28, 2025
⊢
Lowering our typed base AST into a System-F based IR
- DeBruijn Indices: Picking Equatable Names
January 23, 2025
⊢
An explanation of DeBruijn Indices