clara-examples icon indicating copy to clipboard operation
clara-examples copied to clipboard

Example Clara Rules

Results 9 clara-examples issues
Sort by recently updated
recently updated
newest added

Due to the inactivity of this project for over 1 year, this project is marked to be archived at end of January 2024. Previously release assets will be untouched, but...

Versions: ```bash > clj --version Clojure CLI version 1.10.3.849 > java -version openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04) OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, sharing)...

Hi, Im getting started with Clara Rules. I have Clojure 1.10.3 and java version "11.0.11" 2021-04-20 LTS, installed in my Windows. I'm getting attached error when trying to run clara-examples...

Without them, it is impossible to assess how to use this library with TDD...

Per a [comment](https://groups.google.com/d/msgid/clara-rules/e9369e0a-1cab-473e-8155-32c086750361%40googlegroups.com?utm_medium=email&utm_source=footer) on the clara-rules google group, > Exception in thread "main" java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/middleware/interruptible_eval__init.class or clojure/tools/nrepl/middleware/interruptible_eval.clj on classpath. Please check that namespaces with dashes use underscores...

An example demonstrating session inspection would be helpful. Things to target: - The purposes of individual keys. - Examples of using session inspection in debugging. - When the use of...

The example for durability is broken due to using the old API that we have completely replaced with https://github.com/cerner/clara-rules/commit/f7a0773c7d8393c3dd32d02622ab8d112cb388a4#diff-ce5bba4c033cda865447745807a as discussed at https://github.com/cerner/clara-rules/issues/198 We should add an example that uses...

Various examples implicitly demonstrate the immutability of Clara sessions and it is alluded to, if not fully explained, at clara-rules.org. However, I've seen some confusion on the subject and think...