Landru is a reactive state machine oriented scripting language.
It was developed as a teaching aid for a game programming class for children. It turns out that it's really handy for rapidly prototyping games and interfaces.
Landru is compiled, either to byte code, or vectors of C++ lambdas.
Comments are C++ style.