expresso is a programming language created in 2012 by Tim Williams.
git clone https://github.com/willtim/Expresso
A simple expressions language with polymorphic extensible row types.
let sqmag = {x, y} -> x*x + y*y