A mostly turring incomplete language for graph selection with lisp syntax, duck typing and wasm extensions.
Killer features (design goals):
Extremely low development bootstrap costssingle pass compiler (this include lexing, parsing and compiling, all in one single pass)
Lisp syntax (the easiest thing in the world to parse)
Pay (implement) only what you use approach
Duck typing, QUACK!