[ANN] Expectations 2.2.0-rc3

2017-10-26 Thread Sean Corfield
Expectations – an expressive unit testing framework https://github.com/clojure-expectations/expectations/releases/tag/v2.2.0-rc3 https://github.com/clojure-expectations/expectations/blob/master/CHANGELOG.md The main focus of the 2.2.0 release is adding compatibility with clojure.test tooling by

In cljs a/go expands into clojure.core.async/go instead of cljs.core.async.macros/go

2017-10-26 Thread Vitalie Spinu
Hi, I am having hard time writing a macro in cljc which uses core.async/go macro. Minimal project that illustrates the problem is here . In a nutshell: core.clj: (ns cljproj.core (:require #?(:clj [clojure.core.async :refer

Re: [ANN] Clojure 1.9.0-beta3

2017-10-26 Thread Alex Miller
The system properties are intended to have the same meaning before and after alpha status so don't have alpha in their name (same applies to other spec system properties). On Thu, Oct 26, 2017 at 2:50 PM, Leon Grapenthin wrote: > Have you considered calling it clojure.spec.alpha.skip-macros > ?

[ANN] Clojure 1.9.0-beta3

2017-10-26 Thread Leon Grapenthin
Have you considered calling it clojure.spec.alpha.skip-macros ? Would make sense if you intend to ignore that setting in 2.0 (or any later release with spec nonalpha) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email

Bitcoind API for Clojure/Java (experimental).

2017-10-26 Thread eliassonaand via Clojure
I'm interested in Bitcoin and cryptocurrencies. So I installed bitcoind on my laptop and started playing with the CLI. I also tried some Java and Clojure libs that builds on top of the CLI. After a while I decided to write my own library for it. Specifically I wanted to see if it was pos

We present: DevTools for re-frame!

2017-10-26 Thread Saskia Lindner
Hi everyone! This summer, we worked on a devtool for re-frame, called re-frame trace. Daniel Compton who had initially started the project supported us throughout the course of the summer along with a bunch of people from the Clojure community. Thanks so much to all of you! Our intention was t

Re: Q: How to find out how much Clojure you use

2017-10-26 Thread Didier
I think the Grimoire heatmap is over itself maybe? core/for being top defs, beating core.map does not match up with crossclj usage of the two. On Wednesday, 25 October 2017 23:05:12 UTC-7, Gary Trakhman wrote: > > Grimoire has a usage heatmap, I think it just might be over a few > projects: htt