Minimal, yet flexible The syntax and semantics of Stabel uses reverse polish notation, meaning the function name comes after its arguments. This frees the syntax of many control characters while the semantics consist of a few, but powerful, rules. def: main : 2 increment def: increment : 1 + Code in Stabel consists of whitespace-separated functions which are called in a left-to-right fashion. The