Fork me on GitHub
#clara
<
2023-03-13
>
sparkofreason22:03:17

I thought there was a way to limit the number of iterations so infinite loops didn't run infinitely. But I can't remember what it was or find it in the docs. Do I just have wires crossed with some other library?

ethanc18:03:52

I don’t know that doc was ever put in place… Though at a glance, usage would likely be via “with-loop-detection”: https://github.com/cerner/clara-rules/blob/e86dcd4f0224d966c1bd82043e79cf59c96136bf/src/main/clojure/clara/tools/loop_detector.cljc#L78

2