Home > simple-expression

simple-expression

Simple-expression is a project mainly written in Clojure, it's free.

Build and evaluate expressions with a combination of built-in and user-defined operations

The simple-expression library supports evaluation of expressions with a small set of built-in operations, as well as the ability to add new operations. Expression evaluation does not allow side-effects, so this library should be safe for use with user-defined operations and expressions.

Previous:league