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

https://github.com/clj-commons/useful

Some Clojure functions we use all the time, and so can you.
https://github.com/clj-commons/useful

Last synced: about 1 month ago
JSON representation

Some Clojure functions we use all the time, and so can you.

Awesome Lists containing this project

README

        

# Useful

A collection of generally-useful Clojure utility functions.

[![Clojars Project](https://img.shields.io/clojars/v/org.flatland/useful.svg)](https://clojars.org/org.flatland/useful)
[![cljdoc badge](https://cljdoc.org/badge/org.flatland/useful)](https://cljdoc.org/d/org.flatland/useful/CURRENT)
[![CircleCI](https://circleci.com/gh/clj-commons/useful.svg?style=svg)](https://circleci.com/gh/clj-commons/useful)

## History

useful was originally created by [Alan Malloy](https://github.com/amalloy) and was part of the [flatland](https://github.com/flatland) organisation. In December 2018 it was moved to CLJ Commons for continued maintenance.

It could previously be found at [amalloy/useful](https://github.com/amalloy/useful) and [flatland/useful](https://github.com/flatland/useful). [clj-commons/useful](https://github.com/clj-commons/useful) is the canonical repository now.