[ANN] Cognitect Labs' aws-api 0.8.253

2019-02-08 Thread David Chelimsky
Cognitect Labs' aws-api 0.8.253 is now available! CHANGES - fixed URI generation bug #56 - ensure keyword keys for errors in json protocols #55 - add stop fn to release res

Re: Using map to produce side effects, not working

2019-02-08 Thread Alan Thompson
Also remember that `mapv` is not lazy and will force the map to run right away, which helps if side-effecty things like `println` are a part of the function. On Thu, Feb 7, 2019 at 10:54 AM Justin Smith wrote: > also do note that clojure.core/run! is designed for two-arg map when > it's only run

[ANN] speculative v0.0.3 and speculative/kaocha-plugin

2019-02-08 Thread Michiel Borkent
Speculative is a collection of unofficial community-driven specs for clojure.core. Version 0.0.3 was just released. Changes since the previous version: https://github.com/borkdude/speculative/blob/master/CHANGELOG.md#003-2019-02-08 Also the initial version of speculative/kaocha-plugin was rel