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.
Typing lein run -m clara.examples.storm will start an in-process Storm topology and run the storm example.
Copyright © 2013 Ryan Brush
Distributed under the Eclipse Public License, the same as Clojure.