Skip to content

CANDELbio/multitool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multitool

A collection of handy Clojure utilities and language extensions.

Aka trashy little subroutines.

API Documentation

This has managed to avoid having (almost) any dependencies except for Clojure itself.

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

Testing

lein test    # clj tests
lein doo    # cljs tests

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
TODO push to github has an action which publishes but is not yet smart enough to run this first. 
This https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow might help

License

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

Releases

No releases published

Packages

No packages published