Skip to content

fact/clara-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clara-examples

Example usage of Clara.

Usage

See the code for examples using Clara.

In-memory

Simply typing lein run in the project's root directory will run the simple, in-memory examples.

ClojureScript

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.

Storm

Typing lein run -m clara.examples.storm will start an in-process Storm topology and run the storm example.

License

Copyright © 2013 Ryan Brush

Distributed under the Eclipse Public License, the same as Clojure.

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 82.3%
  • Java 16.7%
  • HTML 1.0%