
A simple expressions language with polymorphic extensible row types.
Expresso is a minimal statically-typed functional programming language designed for embedding and extensibility. Its features include a small implementation, static typing with type inference, extensible records and variants, lazy evaluation, and compatibility with Haskell.
Expresso is a minimal functional programming language with a focus on embedding and extensibility. With features like extensible records, lazy evaluation, and compatibility with Haskell, it offers a simple yet powerful tool for various use cases such as configuration management and data exchange. The language employs a clear syntax and type system, making it ideal for developers looking for a lightweight yet expressive language for their projects.
