A collection of handy Clojure utilities and language extensions.
Aka trashy little subroutines.
This has managed to avoid having any dependencies except for those bundled with Clojure. That may change in the future.
core.cljc
Simple, general abstractions.cljcore.clj
Same, but specific to Java environmentmath.cljc
Simple math and statistics fnsnlp.cljc
simple string tokenizationhttps://github.com/weavejester/medley
Bump version, and
lein deploy github
From a real terminal (not Emacs)
lein deploy clojars
You will need to supply credentials (user name and authentication token).
optional 2nd arg for local-file leading-numeral-key → numeric-prefix-sort-key add some indent info fix cljs issue with walk-fin add fix (fixed-point combinator) fix math/interpolated to work as one would expect added math/divides? and math/prime? made math/primes to be much more efficient
add pattern-match and misc aadded ignore-return; fix a bug in prime-factors (affected only performance, not accuracy) remove cljcore/random-uuid, now part of clojure.core (as of cclojure 1.11)
fix typo, include norvig word file utils add memoize-cache tweak merge recursive to concat terminal seqs; add collecting-merge split browser code from cljscore add set unioning to merge-recursive
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close