clara

http://www.clara-rules.org/
2019-10-04T20:19:00.002Z

Is the support for map types documented anywhere? I found this: https://github.com/cerner/clara-rules/issues/6 but it seems to use some outdated parts of the api (`mk-query` etc)

2019-10-04T20:25:26.002500Z

there it is, thanks!

2019-10-04T21:10:07.003Z

@jjttjj you’ll see it used fairly often in test cases within clara as well, such as https://github.com/cerner/clara-rules/blob/master/src/test/clojure/clara/test_rules.clj#L1129

1👍
Eduardo Mata 2019-10-04T22:17:40.005300Z

How can I apply rules to my Records and modified them if needed then return all the Records that either change or did not change to the caller?

Eduardo Mata 2019-10-04T22:17:48.005600Z

I am using an atom but maybe that is wrong?