Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marick/clojure-commons
Mostly the "favorite functions" namespace I `use` everywhere. That contains functions I wish were in `clojure.core`.
https://github.com/marick/clojure-commons
Last synced: 3 months ago
JSON representation
Mostly the "favorite functions" namespace I `use` everywhere. That contains functions I wish were in `clojure.core`.
- Host: GitHub
- URL: https://github.com/marick/clojure-commons
- Owner: marick
- License: mit
- Created: 2015-04-20T03:21:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T21:25:43.000Z (about 8 years ago)
- Last Synced: 2024-09-23T01:57:33.139Z (4 months ago)
- Language: Clojure
- Homepage:
- Size: 146 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# clojure-commons
Clojure code I use a lot, condensed into a "favorite functions"
namespace.Available via [clojars](https://clojars.org/marick/clojure-commons) for Clojure 1.7+
For lein: [marick/clojure-commons "2.0.6"]
License: [MIT](http://en.wikipedia.org/wiki/MIT_License)
[API docs](http://marick.github.io/clojure-commons/)[![Build Status](https://travis-ci.org/marick/clojure-commons.png?branch=master)](https://travis-ci.org/marick/clojure-commons)
This code interns functions from these libraries to `commons.clojure.core`:
* [scgilardi/slingshot](https://github.com/scgilardi/slingshot) by Stephen C. Gilardi
* [rplevy/swiss-arrows](https://github.com/rplevy/swiss-arrows) by Robert Levy
* [weavejester/environ](https://github.com/weavejester/environ) by James Reeves
* [marick/suchwow](https://github.com/marick/suchwow) by Brian MarickDocumentations for those functions is included in the [commons.clojure.core documentation](http://marick.github.io/clojure-commons/commons.clojure.core.html).
-------
Certain additional functions in this library are copied or derived from the
[useful](https://github.com/amalloy/useful) library, whose license
(Eclipse 1.0) can be found in the `LICENSE.useful` file. They are
identified in the source.