[ANN] clojure.math.combinatorics 0.1.6

2019-07-24 Thread Mark Engelberg
https://github.com/clojure/math.combinatorics clojure.math.combinatorics is a Clojure contrib library for generating permutations, combinations, subsets, selections, and partitions of collections. The new release provides a workaround for longstanding issues in Clojure that cause (apply concat ..

[ANN] better-cond 2.1.0

2019-07-24 Thread Mark Engelberg
https://github.com/engelberg/better-cond better-cond allows for :let bindings inside of cond, as well as a handful of other goodies that provide for clearer, more readable code by minimizing "rightward drift". 2.1.0 fixes a bug in the handling of pre/post-maps in the defnc macro. -- You receive