Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/griffio/cljapplied-01

clojure applied examples
https://github.com/griffio/cljapplied-01

Last synced: 8 days ago
JSON representation

clojure applied examples

Awesome Lists containing this project

README

        

# cljapplied

Clojure Applied

https://pragprog.com/book/vmclojeco/clojure-applied

---

Money Record

Shopping Cart

Shows how to calculate revenue by department

## Usage

Consider adding "lein-midje" to ./lein/profiles.clj for clojure.test

~~~
{:user :plugins [[lein-midje "3.1.3"]]}
~~~

Runs with

~~~
lein test
~~~

## License

Copyright © 2015

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.