Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpenet/quiver
Clojure 1.5 new threading macros as a library
https://github.com/mpenet/quiver
Last synced: 2 days ago
JSON representation
Clojure 1.5 new threading macros as a library
- Host: GitHub
- URL: https://github.com/mpenet/quiver
- Owner: mpenet
- Created: 2013-03-04T08:15:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T10:45:22.000Z (over 11 years ago)
- Last Synced: 2024-10-13T10:29:53.675Z (about 1 month ago)
- Language: Clojure
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quiver
Clojure 1.5
[new threading macros](https://github.com/clojure/clojure/blob/master/changes.md#24-new-threading-macros)
as a library.This is handy if your project runs some pre 1.5 clojure version and
want to use this already.This is just copy paste work, so it will/should work the same as the original.
## Installation
Add this to your dependencies:
```clojure
[cc.qbits/quiver "0.1.0"]
```then
```clojure
(require '[qbits.quiver :as quiver])
```## License
Copyright (c) Rich Hickey. All rights reserved.
The use and distribution terms for this software are covered by the
Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
which can be found in the file epl-v10.html at the root of this distribution.
By using this software in any fashion, you are agreeing to be bound by
the terms of this license.
You must not remove this notice, or any other, from this software.