Today I'm working on my slides for my Haskell eXchange talk and this year my presentation will cover my new Fall-from-Grace language. The title and abstract are:
Fall-from-Grace: A Typed and Programmable Superset of JSON
Fall-from-Grace is a functional programming language project designed to be easy for others to fork to build their own domain-specific languages.
Fall-from-Grace is inspired by the Dhall configuration language, but boasts a few improvements such as JSON-compatible syntax, bidirectional type inference, and row polymorphism.
This talk gives a tour of the language's features and concludes with a demo web application that compiles Grace functions to interactive web forms.