[ANN] MrAnderson 0.5.1 released

2019-04-01 Thread benedek fazekas
hi everyone, happy to announce a new version of MrAnderson < https://github.com/benedekfazekas/mranderson>, a dependency inlining and shadowing tool. This version is a bugfix release for last week's 0.5.0. Mainly based on feedback from @danielcompton about using MrAnderson on re-frame-10x and

Thread-local with-redefs: Help with reviewing the implementation

2019-04-01 Thread Mourjo Sen
Hi every one, I wrote this tiny utility as an alternative to with-redefs such that the redefinition is done only on that thread and not others (ie, the global definition remains the same and redefinitions are per-thread). This is a fork from @gfredericks’s original solution https://gist.githu

Re: [ANN] defn-spec, define your specs inline with your function

2019-04-01 Thread Alan Thompson
Looks interesting! Definitely need to check this out. Alan On Sun, Mar 31, 2019 at 12:44 AM Daniel Compton < daniel.compton.li...@gmail.com> wrote: > Hi folks > > I've released 0.1.0 of defn-spec > , a library that lets you > define your function specs

RE: next.jdbc -- early access

2019-04-01 Thread Sean Corfield
I maintain four Contrib libraries: core.cache, core.memoize, java.jdbc, and tools.cli – most of the libraries are complete and stable. You can see the full list here: https://clojure.org/community/contrib_libs Only about half a dozen are considered inactive at this point. Sean Corfield -- (970

[ANN] Quil 3.0.0 Release

2019-04-01 Thread Mikita Belahlazau
Happy to announce Quil 3.0.0 release. Quil is a Clojure/ClojureScript library for creating interactive drawings and animations. The release available on clojars: https://clojars.org/quil. The biggest change is migration fron Processing.js to p5js as