A collection of vaguely research-y experiments involving programming languages. Each experiment explores a single question or hypothesis and summarizes the outcome in the experiment's README.
- Reasonable macros — Pattern matching as a library
- Symbiotic effect handling — Let the host do your math
- Minimal modern syntax — Lispy minimalism meets prefix/infix/keyword calls
- Time loop maps — Programming with paradoxical loop values
- Flat stack lists — Immutable lists entirely on the stack