▲ | junto 3 days ago | |
Is this like gorules? | ||
▲ | davidpolberger 3 days ago | parent | next [-] | |
No, not really. GoRules appears to be a decision engine that allows non-technical users to define rules visually through a graphical interface. Engineers can then interpret and evaluate these rules using provided libraries. What I'm building is a formula engine that validates, compiles, and evaluates Excel-like formulas. Compared to GoRules, it’s more akin to the ZEN expression language component than to the broader GoRules system. | ||
▲ | davidpolberger 3 days ago | parent | prev [-] | |
Other apt comparisons to what I'm building include HyperFormula and Microsoft Power Fx. |