[1] https://en.wikipedia.org/wiki/Polish_notation
[2] https://github.com/FransFaase/MES-replacement/blob/main/Stac...
> META II is a domain-specific programming language for writing compilers. It was created in 1963–1964 by Dewey Val Schorre at University of California, Los Angeles (UCLA). META II uses what Schorre called syntax equations.
The interesting part of META II is that it can be defined in itself on one page (refer page 8 of the paper).
[^1] Wikipedia https://en.wikipedia.org/wiki/META_II
[^2] Paper: https://dl.acm.org/doi/epdf/10.1145/800257.808896
Would you like to maybe say something about your language that you think people can engage with?
Specifically designed to be easily implemented, Knight is a minimalistic programming language that's still fully-functional and can perform complex tasks.
Unofficial tagline: "Knight: Write once, run everywhere, because every supports Knightin some way."
Knight's design is the opposite of most programming languages: Instead of making the user's life easier by giving them powerful abstractions, Knight makes the implementation writer's life life easier by markign ltos of things as UB.