Liking cljdoc? Tell your friends :D

multitool

A collection of handy Clojure utilities and language extensions.

Aka trashy little subroutines.

API Documentation

This has managed to avoid having any dependencies except for those bundled with Clojure. That may change in the future.

Multitool

Contents

  • core.cljc Simple, general abstractions.
  • cljcore.clj Same, but specific to Java environment
  • math.cljc Simple math and statistics fns
  • nlp.cljc simple string tokenization

See also

https://github.com/weavejester/medley

To deploy to mvn-packages

Bump version, and

lein deploy github

To deploy to Clojars

From a real terminal (not Emacs)

lein deploy clojars

You will need to supply credentials (user name and authentication token).

To build documentation

lein codox

License

Released under Apache 2 license. See the LICENSE file for details.

Can you improve this documentation? These fine people already did:
Mike Travers & Robert Schiemann
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close