Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/griffio/cljapplied-01
- Owner: griffio
- License: epl-1.0
- Created: 2015-09-29T17:45:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T11:31:22.000Z (about 9 years ago)
- Last Synced: 2024-04-16T18:27:00.030Z (7 months ago)
- Language: Clojure
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.