- Skipping the Backend by Emitting Wasm
June 13, 2025
⊢
Turning our Base IR into executable WebAssembly
- Closure Conversion Takes The Function Out Of Functional Programming
May 14, 2025
⊢
Converting our lambda functions into closures for the Base IR.
- 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