Example usage of Clara.
See the code for examples using Clara.
Simply typing lein run
in the project's root directory will run the simple, in-memory examples.
Compile the ClojureScript code with lein compile
or lein cljsbuild once
, and then open the resources/public/index.html
file in a browser will run the ClojureScript examples and display the result.
Functionality from clara-tools, including browser-based views of the working memory and rule structures, can be run with the following command:
lein run -m clara.examples.tools
Copyright © 2013 Ryan Brush
Distributed under the Eclipse Public License, the same as Clojure.