2026-03-20 08:00:00
Hello. I'm hosting a writing contest with my friends at Quarter Mile. Please send us something! Don't overthink it -- they're just aliens, and you're only human.
2026-03-19 08:00:00
| Period | Invested | Asset Value | Debt | Depreciation | Taxes | Cash Out | Equity |
|---|
tl;dr:
- Defer US taxes by reinvesting your taxable income into the economy as business expenses, depreciating assets, etc.
- For your leveraged investments, pay yourself in refinanced cash when your investments appreciate and/or credit rates drop.
You can dodge defer US taxes if you reinvest your dollars into the economy.
This is no loophole; the system is working as intended. Your government wants
you to create taxable wealth.
Equity is taxable wealth that already exists. You cannot create wealth by purchasing $10k of AAPL equity. You can create wealth by investing $10k in an apple orchard.
But you must reinvest your dollars in a particular way that Uncle Sam understands. When you report business expenses on your tax return, you inform the IRS what you spent on enterprise. The US tax code rewards entrepreneurial pursuits which grow the economy. Uncle Sam happily forgoes $1 now for $11 next decade -- it's the same slice from a larger pie.
To perpetually defer taxes on your taxable wealth, keep reinvesting your surplus. The IRS forgoes $10 now for $110 next decade, $100 for $1,100, and so on.
If you aren't actually reinvesting capital, pay your damn taxes. Don't be an asshole.
Depreciation spreads business expenses over time. If you invest $100 in a lawnmower that earns $11 per year, this depreciation schedule will minimize your total taxable income each year:
| Year | Revenue | Depreciation | Taxable Income |
|---|---|---|---|
| 1 | $11 | $10 | $1 |
| 2 | $11 | $10 | $1 |
| … | … | … | … |
| 10 | $11 | $10 | $1 |
| Total | $110 | $100 | $10 |
But you can also ask the IRS to treat it as $10/year for 10 years rather than $11/year for 9 years. You might consider this schedule if your other investments lost $11 this year:
| Year | Revenue | Depreciation | Taxable Income |
|---|---|---|---|
| 1 | $11 | $0 | $11 |
| 2 | $11 | $11 | $0 |
| … | … | … | … |
| 10 | $11 | $11 | $0 |
| Total | $110 | $100 | $11 |
Let's say your other investments gain $89 this year, so you front-load the lawnmower depreciation schedule. You pay zero taxes this year, but you've increased your tax obligations in future years:
| Year | Revenue | Depreciation | Taxable Income |
|---|---|---|---|
| 1 | $11 | $100 | -$89 |
| 2 | $11 | $0 | $11 |
| … | … | … | … |
| 10 | $11 | $0 | $11 |
| Total | $110 | $100 | $99 |
To defer taxes, deduct yesterday's expenses from today's revenue. Good accountants will massage depreciation schedules to match unexpected profits/losses.
Example: Instead of depreciating a building over 27.5 or 39 years, a cost segregation study could reclassify components (carpeting, fixtures, landscaping, certain electrical) into 5, 7, or 15-year assets. In this way, a $2M property could accrue $200K–$300K in depreciation deductions its first year.
Again, this is intentional. If you contribute more to the US economy than you siphon out, your government will happily pretend you're penniless.
A politician attracts investments into their constituency via tax incentives. Unfortunately, some tax incentives are loopholes which invite crooks to claim exemptions without truly contributing. It is difficult to distinguish whether a loophole is corrupt or negligent, and impossible to prosecute politicians either way.
Most investment money is borrowed (e.g. SBA loans, commercial real estate loans). Your government wants you to create wealth, so it loans money to banks at a magic interest rate. Banks may lend that money to you at a higher rate.
If you contribute loaned wealth to the US economy, you must siphon your dollars out in a way that Uncle Sam understands. One popular method is refinancing, i.e. paying off your old loan with a new loan and pocketing the cash difference. Loaned money isn't taxable income, so you can save/spend it without affecting your tax rate.
Disclaimer: Loans ain't free. Refinancing ain't easy.
Death is a popular escape from deferred taxes. When you die, your obligations to the government vanish. Your heirs inherit assets/property at market value. Their assets depreciate from new cost bases.
According to Modern Monetary Theory, taxes are a method of pulling dollars out of circulation. The government never actually needed your money anyway.
Your life on Earth continues long after you die. Every dollar you've spent, saved, borrowed, lent, donated, willed -- it all mattered. People will commute on the roads you paid for, or taste apples from your trees, or pollute the Pacific Ocean, or survive tuberculosis, or eat pasta, or overdose on fentanyl, or play chess, or gossip, or whatever people do.
2026-03-03 08:00:00
I've been a reluctant Bank of America customer for over a decade. My parents chose BofA, so I chose BofA. Migrating to Chase or Wells Fargo is more of the same -- not worth the switching cost.
Am I really a "customer" when they charge -0.01% interest to hold my money?

BofA is clunky. Their physical branches seem simultaneously overstaffed and understaffed. Everybody there is cordial yet confused. I would never visit their physical locations if their app worked, but alas, their app is crap. I cannot open/close accounts, I cannot reliably cash checks, I cannot easily transfer money -- the software might just be ornamental.
But it ain't 2010 anymore. We now have branchless banks like Ally, SoFi, and maybe even Robinhood. Online-only banking alternatives offer 3%+ APY in lieu of physical locations. According to science, paying region-locked human staffers to occupy an expensive retail space full of money costs a fortune.
Sometimes these banks are technically not banks -- they're "financial services companies with trusted banking partners".
I use Mercury for business banking. It's great. When I discovered that Mercury offers personal banking, I was cautiously optimistic. They built a successful B2B product, but companies usually botch expansions from B2B into B2C.
Oracle's graveyard of B2C products remains a trove of cautionary tales.
My wife and I opened a joint account in minutes. Mercury onboarded us individually and then instantly approved us. I transferred the money via their BofA Plaid integration -- no routing numbers needed, thank you sir. Smooth.
Bonus points: Mercury did not send me a trillion "PLEASE TAKE OUR SURVEY" emails.
I'm eager to test the following features after our money lands:
If you can survive without physical branches, consider parking your money in Mercury too.







2026-03-02 08:00:00


I had a nifty game idea while Ivan Reese was trying to explain Death Stranding 2 to me. Here's the gist:
In its current form, Last Mile is fun for almost five whole minutes. Try it yourself. There's definitely a great game somewhere in here, but I'm not sure if it's worth pursuing. I'd love to hear what y'all think! Feel free to email me at [email protected].
2026-03-01 08:00:00
I'm still thinking about those lil' fun langs. How do they work? What's inside them? Do I need my pancreas? What if I don't want to normalize my IR? Is laziness a virtue?
Haskell-esque languages may look alike, but they differ across many dimensions:
Most implementations use standard compilation phases:
In strict evaluation, arguments are evaluated before being passed to a function. In lazy evaluation, arguments are only evaluated if their value is actually needed; the result is cached, so the work happens at most once.
-- lazy eval returns `3` without applying `foo`
length [ 1, foo 2, 4 ]
| Aspect | Strict (ML, OCaml) | Lazy (Haskell) |
|---|---|---|
| Normalization | ANF / K-normal form | STG / thunks required |
| Closure conversion | Standard flat closures | Closures + thunks + update frames |
| Code generation | Straightforward | Requires eval/apply or push/enter |
| Memory management | Values are always evaluated | May contain unevaluated thunks |
| Tail calls | Simple (jump) | Complex (enters, updates) |
| Debugging | Easy (call stack is meaningful) | Hard (thunks obscure control flow) |
| Runtime complexity | Simpler (~200 LOC C) | More complex (~500–2000 LOC C) |
Strict evaluation is the simple choice. If you want laziness, Peyton Jones's STG machine is the standard approach. MicroHs sidesteps the STG machine by compiling directly to combinatory logic with graph reduction.
Lazy evaluation also unlocks infinite collections — you can define an infinite list and consume only what you need.
| Style | Examples | Implementation cost |
|---|---|---|
| Curried | Haskell, Ben Lynn, MicroHs | Free in combinator backends; native backends need arity analysis to avoid allocating a closure per argument |
| Bland | MinCaml, OCaml (internally), Grace, EYG | Simpler codegen -- multi-arg functions are just functions that take tuples or multiple params |
In a curried language, f x y is ((f) x) y: two function applications. If
your backend doesn't detect that f always takes two arguments (arity
analysis), you pay for a heap allocation on every multi-argument call.
I tried to teach myself to play the guitar. But I'm a horrible teacher — because I do not know how to play a guitar.
Most compilers are written in an existing language (e.g. C, Rust, Haskell, OCaml) and lean on that host's ecosystem for parsing libraries, build tools, and package management.
A bootstrapped compiler compiles itself. You write the compiler in the language it compiles, then use an earlier version of the compiler (or a minimal seed runtime) to build the next version. Your language becomes self-sustaining; the compiler is its own test suite.
There are many exemplary self-hosted languages to study:
C runtime (350 LOC)
→ compiler₁: lambda calculus + integers
→ compiler₂: + let, letrec, ADTs
→ compiler₃: + type inference
→ compiler₄: + pattern matching
→ compiler₅: + type classes
→ ...
→ compilerₙ: near-Haskell-98
An interpreter executes the program directly by walking its AST or stepping through bytecode. A compiler translates the program into another language (e.g. x86, C, JS) and lets that target handle execution.
The boundary here is blurry. Bytecode VMs compile to an intermediate form. "Transpilers" compile to source code rather than machine instructions.
| Strategy | Examples | LOC estimate | Trade-off |
|---|---|---|---|
| Tree-walking interpreter | PLZoo poly, Eff, Frank, Grace, 1ML |
50–200 | Simplest. No codegen, no runtime. Slow (10–100× native) |
| Bytecode VM | OCaml (ZINC), Tao, PLZoo miniml
|
200–500 | Middle ground. Portable, reasonable speed. Write ~30–50 instructions |
| Native compilation | MinCaml, mlml, AQaml | 500–1500 | Fast execution, but you own register allocation, calling conventions, ABI |
| Transpile to C | Koka, Scrapscript, Chicken, Austral | 200–500 | Best of both worlds -- portable native speed, C compiler does the hard parts |
| Transpile to JS/Go | Newt, SOSML, Borgo | 200–400 | Web/ecosystem deployment, but you inherit the target's performance model |
| Combinator reduction | Ben Lynn, MicroHs | 100–300 | No closures, no registers. Graph reduction evaluator in C. Simple but slow |
Lil' fun langs are usually interpreters. Without compilation, you can skip closure conversion, register allocation, and runtime systems. The leap from interpreter to compiler costs ~500–2000 LOC.
type Meters = Int
type Seconds = Int
-- Nominal: Meters ≠ Seconds (different names)
-- Structural: Meters = Seconds (same shape)
| Style | Examples | Consequence |
|---|---|---|
| Nominal | OCaml, Haskell, Austral | Name is identity -- same shape doesn't mean same type |
| Structural | EYG, Grace, TypeScript, Simple-sub | Shape is identity -- same fields/variants means same type |
Most ML-family languages are nominal for algebraic data types but structural for records (if implemented). Row polymorphism (EYG, Grace, Koka) is inherently structural -- it acts on "any record with at least these fields." Simple-sub goes further: union and intersection types, with principal inference intact.
-- Ugly:
Error: type mismatch: int vs string
-- Pretty:
3 │ let x = 1 + "hello"
│ ^^^^^^^^
Error: I expected an `int` here, but got a `string`.
The left side of `+` is `int`, so the right side must be too.
Pretty errors cannot be achieved with a coat of paint. To point at a line/region of code, you must thread source locations through every compiler phase. A minimum viable error system:
{ file, start_line, start_col, end_line, end_col }. This costs one
extra field per node.where to let, the
new let node inherits the span of the where.| Quality | Examples | Cost |
|---|---|---|
| Elm-tier | Elm, Austral | Purpose-built error messages per failure mode. Highest effort, best UX |
| Good enough | Tao, Ante, OCaml | Source spans + generic formatting. Covers 90% of cases |
| Positional | MinCaml, most small compilers | Line numbers but no span highlighting or explanation |
| De Bruijn indices | Elaboration Zoo (intentionally) | Variable names lost -- fine for research, bad for users |
| Approach | Used by | LOC estimate | Notes |
|---|---|---|---|
| Hand-written recursive | MinCaml (Rust port), Tao, Ante | 100–300 | Full control, best errors |
| ocamllex / mlllex | MinCaml (original), HaMLet, PLZoo | 50–100 | Standard for OCaml/SML hosts |
| Alex (Haskell) | MicroHs, many Haskell-hosted | 50–100 | Standard for Haskell hosts |
| Parser combinator (integrated) | Ben Lynn, some educational | 0 (part of parser) | Lexerless parsing |
Optional enhancements:
"hello ${name}" is not standard in
ML-family, but some newer languages add it.Parsing converts the flat token stream into a tree. The surface syntax is parsed into a concrete syntax tree (CST) or directly into an abstract syntax tree (AST). ML-family languages have a well-behaved grammar that is almost LL(1).
| Approach | Used by | LOC estimate | Notes |
|---|---|---|---|
| Recursive descent + Pratt/precedence climbing | MinCaml (Rust port), Tao, Ante | 200–500 | Best error messages, easiest to extend |
| ocamlyacc / mlyacc (LALR) | MinCaml (original), HaMLet | 100–200 (grammar file) | Standard, but poor error recovery |
| Parser combinators (Parsec-style) | Ben Lynn, MicroHs, PLZoo | 100–400 | Elegant, compositional, backtracking |
| PEG / Packrat | Rare in ML-family | 100–300 | Linear time guarantee |
Every subsequent phase transforms this type. In ML-family languages, the AST typically looks like:
type expr =
| Lit of literal (* 42, 3.14, "hello", true *)
| Var of name (* x *)
| App of expr * expr (* f x *)
| Lam of name * expr (* fun x -> e *) (or \x -> e)
| Let of name * expr * expr (* let x = e1 in e2 *)
| LetRec of name * expr * expr (* let rec f = e1 in e2 *)
| If of expr * expr * expr (* if c then t else f *)
| Tuple of expr list (* (a, b, c) *)
| Match of expr * branch list (* match e with p1 -> e1 | ... *)
| Ann of expr * type (* (e : t) *)
Before type inference, the surface AST is simplified:
where clauses → let
if
do notation (monadic) → >>= chainsconcatMap
(+ 1) becomes fun x -> x + 1
This is the heart of an ML-family language. The "standard" algorithm is Hindley-Milner (HM) type inference, specifically Algorithm W or Algorithm J.
Core components:
type ty = TVar of tvar | TCon of string | TArr of ty * ty | TTuple of ty list
let boundaries, free type variables in a type are
universally quantified to produce a polymorphic type scheme: ∀α. α → α.-- Given:
let id = fun x -> x in (id 1, id true)
-- Type inference trace:
-- 1. id : α → α (infer: x has fresh type α, body is x)
-- 2. generalize: id : ∀α. α → α (α is free at let boundary)
-- 3. id 1: instantiate α=β, unify β→β with int→γ, get int
-- 4. id true: instantiate α=δ, unify δ→δ with bool→ε, get bool
-- 5. result: (int, bool)
| Approach | Used by | LOC estimate | Notes |
|---|---|---|---|
| Algorithm W (substitution-based) | Algorithm W Step-by-Step, PLZoo | 150–400 | Simplest to understand, compose substitutions eagerly |
| Algorithm J (mutable refs) | MinCaml, most production compilers | 100–300 | More efficient, uses mutable unification variables |
| Constraint-based (HM(X)) | GHC, some research compilers | 500–2000 | Separates constraint generation from solving; extensible |
| Bidirectional type checking | Elaboration Zoo, some dependent type systems | 200–500 | Alternates checking/inference modes; scales to dependent types |
But fancy type system features aren't free:
| Enhancement | Complexity added | Used by |
|---|---|---|
| Type classes / traits | +500–2000 LOC | Haskell, MicroHs, Ben Lynn (later stages), Tao |
| Row polymorphism (extensible records/variants) | +300–800 LOC | Koka, 1ML, EYG, Grace |
| Higher-kinded types | +200–500 LOC | Haskell, Koka |
| GADTs | +500–1500 LOC | GHC, OCaml 4.x+ |
| Algebraic effects (typed) | +500–1500 LOC | Koka, Eff, Frank |
| Dependent types (full) | +1000–5000 LOC | Elaboration Zoo, Idris, Lean |
| Algebraic subtyping (union/intersection) | +500 LOC | Simple-sub, MLscript |
| First-class polymorphism (System F) | +300–1000 LOC | 1ML, MLF |
| Module system (functors, signatures) | +1000–5000 LOC | HaMLet, OCaml, 1ML |
Other strategies:
∀ quantification).
Every type is fully determined. This cuts the type checker to ~100 LOC by
eliminating generalization and instantiation entirely. Functions like
id x = x get a concrete type at each use site.sort :: Ord a => [a] -> [a] becomes
sort :: OrdDict a -> [a] -> [a]. Ben Lynn's compiler and MicroHs both use
this approach.With types inferred, pattern matching can be compiled to efficient decision trees or case trees.
| Approach | Used by | LOC estimate | Notes |
|---|---|---|---|
| Decision trees (Maranget's algorithm) | Most modern compilers, Tao, Ante | 200–600 | Optimal -- no redundant tests, good code |
| Backtracking automata | Older compilers, simple implementations | 100–300 | Simpler but can duplicate work |
| Nested if/switch (naive) | Many educational compilers | 50–100 | Correct but exponentially bad in worst case |
| Omitted entirely | MinCaml, PLZoo poly
|
0 | Only supports if/then/else on primitives |
| Defunctionalized | Some educational compilers | 50–150 | Sequence of partial functions with fallthrough; simpler but less efficient |
Key phases:
(Cons (x, Cons (y, Nil))) → sequence of
tests.The canonical reference is Compiling Pattern Matching to Good Decision Trees. Luc Maranget's algorithm produces provably optimal decision trees in terms of the number of tests. OCaml and Rust use this approach.
-- Before (nested expression):
f (g x) (h y)
-- After (A-normal form):
let a = g x in
let b = h y in
f a b
Every intermediate value gets a name. Every function argument becomes trivial.
Evaluation order is now explicit in the let chain.
Normalization strategies:
| Strategy | Used by | Character |
|---|---|---|
| K-normal form (MinCaml's variant of ANF) | MinCaml and derivatives | Direct-style; names all intermediate values with let
|
| A-normal form (ANF) | Flanagan et al. 1993, many modern compilers | Essentially the same as K-normal form; the standard name |
| Continuation-passing style (CPS) | Appel's SML/NJ, Rabbit, CertiCoq | Every function takes an extra continuation argument; all calls are tail calls |
| No normalization | Ben Lynn | Typed AST → combinatory logic directly. Works for graph reduction, not for native codegen |
| SSA directly | Scrapscript | Skips ANF/CPS; SSA IR with SCCP + DCE. Lets LLVM/C handle the rest |
| Monadic normal form | Some dependent type systems (Bowman, 2024) | Like ANF but uses monadic bind instead of let; cleaner for certain optimizations |
With the program in normal form, optimization passes can simplify it. In small compilers, optimizations are kept minimal -- the goal is to not be embarrassingly slow, not to compete with GCC.
MinCaml's optimization passes (totaling ~300 LOC):
| Pass | LOC (MinCaml) | Effect |
|---|---|---|
| Beta reduction | ~50 | Inline let x = y in ... x ... → ... y ...
|
| Let flattening (assoc) | 22 |
let x = (let y = e1 in e2) in e3 → let y = e1 in let x = e2 in e3
|
| Inline expansion | ~100 | Replace calls to small functions with their bodies |
| Constant folding | ~50 |
3 + 4 → 7
|
| Dead code elimination | ~50 | Remove let x = e1 in e2 when x is not free in e2
|
| Common subexpression elimination | ~50 | (optional in MinCaml, via hash-consing) |
These six passes cover 80%+ of the optimization value for a small compiler. They are applied iteratively until a fixpoint is reached (typically 2–3 iterations).
Beyond the basics:
| Optimization | Complexity | Effect |
|---|---|---|
| Tail call optimization | +50–100 LOC | Essential for functional languages; loops are recursive calls |
| Known-call optimization | +50 LOC | When the target of a call is statically known, skip closure indirection |
| Unboxing (specialization) | +200–500 LOC | Avoid boxing for monomorphic uses of polymorphic functions |
| Contification | +100–300 LOC | Convert functions that are always called in tail position to local jumps |
| Demand analysis (strictness) | +500–2000 LOC | For lazy languages: determine which arguments are always evaluated |
| Worker/wrapper transform | +200–500 LOC | Separate strict args from lazy ones for better codegen |
| Deforestation / fusion | +500–2000 LOC | Eliminate intermediate data structures (e.g., map f . map g → map (f . g)) |
| Whole-program optimization | varies | JHC does this via GRIN; eliminates unused constructors, specializes globally |
-- Before:
let f = \ x -> x + y
-- After:
let f =
{ fun = \ env x -> x + env.y
, env = { y = y }
}
The optimized IR still has functions with free variables. Closure conversion makes all functions "closed" -- because hardware doesn't understand lexical scoping. Every function becomes a pair: (code pointer, environment record). The environment captures the function's free variables at the point of definition.
| Approach | Used by | Trade-offs |
|---|---|---|
| Flat closures | MinCaml, OCaml, most compilers | Environment is a flat vector of captured values. O(1) access, one allocation per closure. Standard choice. |
| Linked/shared closures | Some older Scheme compilers | Environment is a linked list of frames. Shares structure between closures. More allocation, slower access. |
| Lambda lifting | GHC (selectively), some educational compilers | Eliminates closures entirely by adding extra parameters. No heap allocation for the closure itself. But callers must pass more arguments, and call sites must be updated. |
| Defunctionalization | Reynolds (1972), MLton | Replace higher-order functions with first-order dispatch on a sum type. Eliminates function pointers entirely. Requires whole-program analysis. |
| Combinatory logic (bracket abstraction) | Ben Lynn, MicroHs | Replace lambdas with SKI combinators (or variants). No closures, no environments. Evaluation by graph reduction. |
Codegen is wholly determined by your choice of target:
| Target | Used by | LOC estimate | Trade-offs |
|---|---|---|---|
| Native assembly (x86-64, ARM, etc.) | MinCaml, mlml, AQaml | 300–800 | Best performance, most work, platform-specific |
| C source | Koka, Scrapscript, Chicken, JHC, Austral | 200–500 | Portable, leverages C compiler's optimizer, but indirection |
| LLVM IR | Ante, gocaml, Harrop's MiniML | 200–500 | Good native perf, cross-platform, but large dependency |
| Cranelift | MinCaml (Rust port), some new languages | 200–500 | Faster compilation than LLVM, good codegen, Rust-native |
| Bytecode (custom VM) | OCaml (ZINC machine), PLZoo miniml
|
200–500 | Portable, simple, but slower execution |
| JavaScript / Wasm | MinCaml-wasm, SOSML, Newt, various | 200–400 | Web deployment, but limited performance model |
| Go source | Borgo | 200–500 | Inherit Go's ecosystem, tooling, and concurrency model |
| Combinatory logic | Ben Lynn, MicroHs | 100–300 | No register allocation needed, but slow execution |
| Normalizer (no runtime target) | Dhall | 200–500 | "Compilation" = reduce to normal form. No executable output |
Programs use arbitrarily many variables, but CPUs have a fixed number of registers. Register allocation decides which variables live in registers and which spill into memory.
If you target native assembly, you implement this yourself. The backend handles this for you if you target C/LLVM/Cranelift/etc.
| Approach | Used by | LOC estimate | Quality |
|---|---|---|---|
| Graph coloring (Chaitin-Briggs) | MinCaml, Appel's textbook | 200–500 | Optimal for most cases, standard |
| Linear scan | Some JITs, simple compilers | 100–200 | Fast compilation, slightly worse code |
| Naïve (spill everything) | Some educational compilers | 50 | Correct but terrible performance |
| Not applicable | Compilers targeting C/LLVM/bytecode | 0 | Delegated to backend |
The minimal setup includes:
| Component | Complexity | Notes |
|---|---|---|
| Entry point / stack setup | 10–30 LOC C | Set up initial heap and stack pointers |
| Garbage collector | 100–1000 LOC C | See below |
| Primitive operations | 50–200 LOC C/asm | I/O, math, string operations |
| Allocation routine | 10–50 LOC | Bump allocator (if GC handles collection) |
| Closure representation | part of codegen | How closures are laid out in memory |
Lil' fun langs allocate frequently -- every closure, every cons cell, every partial application. Without reclamation, you run out of memory fast. You need to prevent garbage from accumulating:
| Strategy | Used by | Complexity | Notes |
|---|---|---|---|
| No GC (leak memory) | Some educational compilers, MinCaml benchmarks | 0 | Viable for short-running programs |
| Cheney copying (semispace) | Many small compilers, Appel's textbook | 100–300 LOC C | Simple, fast, but uses 2× memory |
| Mark-and-sweep | Various | 100–300 LOC C | Doesn't move objects, no forwarding needed |
| Reference counting | Koka (Perceus), Carp, Swift-like | 200–500 LOC | No pause times; Perceus achieves it precisely with no overhead via compile-time insertion |
| Region-based | MLKit, some research languages | 300–1000 LOC | Compile-time memory management, no GC pauses |
| Arena / stack only | Very simple compilers | 20–50 LOC | Allocate in arenas, free all at once |
| Ownership / affine types | Rust, Carp, Lean 4 | 0 (compile-time) | No runtime GC needed, but restricts the language |
If your language has algebraic effects (Eff, Frank, Koka, Ante), the runtime needs support for delimited continuations or a CPS-transformed calling convention. Effect handlers essentially require a second stack or a segmented stack to capture continuations. Koka handles this via evidence-passing; Eff and Frank use interpretation.
2026-02-26 08:00:00

That's right. My phone sends annoying text messages to my friends if I don't log a workout by 3PM.
Try it yourself. To add friends as spam targets, write "Tattle." somewhere in their contact notes. Use "Automations" in the Shortcuts app to trigger it on a recurring schedule.
It's strange how this motivates me -- I'm not seeking encouragement nor validation here. My brain simply converts the situation to "I must do pushups to save my friends from my spam robot".
Whatever works.
