@hackage expresso0.1.1.0

A simple expressions language based on row types

  • Installation

  • Dependencies (13)

  • Dependents (0)

  • Package Flags

      terminfo
       (on by default)

      On POSIX systems, build with the terminfo lib for detecting terminal width.

Expresso is a minimal statically-typed functional programming language, designed with embedding and/or extensibility in mind.

Possible use cases for such a minimal language include configuration (à la Nix), data exchange (à la JSON) or even a starting point for a custom external DSL.

Please refer to README.md for more information.