sean butler

Investigating Compiler Folklore

I’m building a series of small languages and editors to test which parts of compiler and VPL folklore are actually necessary - and which are just inherited folklore.

Motivations

Modern language tooling carries a large amount of received wisdom:

While certainly much of this (and lots more) wisdom is useful in the majority of cases, everyones experience is unique, we all have different use cases, YMMV etc. So its not all been examined thoroughly.

Intent

To design and implement a sequence of small, constrained programming languages and visual systems. Each one is built to test a specific claim about compilers, interpreters, execution models, or visual programming.

They are not product launches. They are not attempts to “win” language design. They are experiments, which hopefully we can learn from by being:

and accompanied by measurements or clear observations (including failures)

Blog Posts