clara-rules
clara-rules copied to clipboard
Forward-chaining rules in Clojure(Script)
…rializing rulebase https://github.com/cerner/clara-rules/issues/264
Hello. Could you assist on an exception I got while playing with clara-rules? I'm trying to make a simple rule that calculates patient's age and a query which retrieve patients...
I think I have found a memory leak in clara when calling `mk-session`. I have been trying to find a memory leak in one of our services. I eventually found...
Def-rules-test currently silently ignores session definitions that don't come in tuples of 3. So for example: ```` (def-rules-test example-test {:rules [my-rule ...] :sessions [empty-session [my-rule]]} ```` This will compile but...
The following rule compiles and a session with it executes: ```` (defrule sample-should-fail-rule [?binding LousyWeather))) ```` This repetition of result bindings between different conditions seems fundamentally nonsensical to me. I...
When deserializing a rules session, to restore the session the expressions are compiled every time by calling `compile-exprs`, not taking advantage of caching functionality built into `mk-session`, incurring the high...
The CLJS dev setup is less than ideal. I'd like to get it working with a more modern figwheel/sidecar sort of setup. Also, the cljs testing seems to be disorganized....
- Update Reader & Writer
Closes #412 This should work on all the JDKs. I've tested it on 8, 10, and 11.