signified is a reactive programming library that implements two primary data structures: Signal and Computed. Both of these objects implement the Observer and Observable design patterns. This means ...
Firefly Framework Rule Engine provides a powerful business rule evaluation system based on a custom YAML DSL. Rules are defined in YAML format and parsed into an Abstract Syntax Tree (AST) for ...