1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change formatting. More... about 7 years ago
protocols/op now returns monoid's operation instead of evaluating it. More... over 7 years ago
Fix #20. More... over 7 years ago
Release 0.5.1 More... over 7 years ago
Added license notice to source files. More... over 7 years ago
Fixed reducible-op apply op bug. More... almost 8 years ago
Release 0.5.0 More... almost 8 years ago
A minor change from 0 to 0.0 for aesthetic purposes. More... almost 8 years ago
Extended Double and Float with Magma and Monoid (2x faster than Number). More... almost 8 years ago
Changed version to SNAPSHOT. More... about 8 years ago
Updated version in README. More... about 8 years ago
Release 0.4.0 More... about 8 years ago
Update CHANGELOG.md More... about 8 years ago
Added a few java-opts to project.clj More... about 8 years ago
Fixed a varargs fold bug for collections. More... about 8 years ago
Made some stylistic changes proposed by kibit. More... about 8 years ago
Refactored default-foldmap. More... about 8 years ago
Object extended by monadic protocols. More... about 8 years ago
Minor junk cleaning. More... about 8 years ago
nil extended with Maybe. More... about 8 years ago
Moved jvm-dependent parts of Just to jvm namespace. Created protocol Maybe, and renamed just? to maybe? More... about 8 years ago
Update travis.yml - exclude (non-existent) openjdk8. More... about 8 years ago
Update travis.yml to jdk8 More... about 8 years ago
Redefine Object methods for CurriedFn, and add print-method. More... about 8 years ago
Added new multi-arity fold, foldmap, and op, and updated jvm to support them. Added monadic interfaces to ordinary functions, and updated CurriedFn to use most of those. More... about 8 years ago
Added PseudoFunctor, PseudoApplicative and PseudoMonad protocol for destructive operations. More... about 8 years ago
Added variadic version of pure, return, and unit. More... about 8 years ago
map-fapply reimplemented with transducers. More... about 8 years ago
map-fmap, map-join, and map-bind rewritten to use reducers. More... about 8 years ago
Updated to Clojure 1.8.0 More... about 8 years ago