clara

http://www.clara-rules.org/
Joel 2019-05-02T03:06:14.053900Z

dynamic loading --- i mean doing load-string on a clojure file containing the rules/defsession, at runtime as rules are occasionally dynamically updated.

Joel 2019-05-02T03:10:10.055500Z

in drools we short-circuit to the last group if a previous group makes a decision basically. I think for Clara we just put guards in all the following rules.