Re: [ANN] Clojure 1.6.0-RC3

2014-03-24 Thread Alex Miller
It has been discussed here (beta1 timeframe) and the horse is dead. :) On Monday, March 24, 2014 2:08:53 AM UTC-5, Christian Johansen wrote: > > Thanks for all your hard work on this! > > One thought: I like the idea behind some? and friends, but the naming seems > misleading to me. In most APIs t

Re: [ANN] Clojure 1.6.0-RC3

2014-03-24 Thread Tassilo Horn
Sean Johnson writes: Hi Sean, > I get the following warning when using 1.6.0-RC3 > > WARNING: record? already refers to: #'clojure.core/record? in namespace: > clojure.core.logic, being replaced by: #'clojure.core.logic/record? > > when requiring [clojure.core.logic :refer (run* membero distinc

Re: [ANN] Clojure 1.6.0-RC3

2014-03-24 Thread Alex Miller
Clojure 1.6 added a record? predicate so core.logic's is now colliding and core.logic will need to address that I think. On Monday, March 24, 2014 7:14:00 AM UTC-5, Sean Johnson wrote: > > I get the following warning when using 1.6.0-RC3 > > WARNING: record? already refers to: #'clojure.core/reco

Re: [ANN] Clojure 1.6.0-RC3

2014-03-24 Thread Sean Johnson
I get the following warning when using 1.6.0-RC3 WARNING: record? already refers to: #'clojure.core/record? in namespace: clojure.core.logic, being replaced by: #'clojure.core.logic/record? when requiring [clojure.core.logic :refer (run* membero distincto ==)] Doesn't happen with 1.5.1. Exclud

Re: [ANN] Clojure 1.6.0-RC3

2014-03-24 Thread Christian Johansen
Thanks for all your hard work on this! One thought: I like the idea behind some? and friends, but the naming seems misleading to me. In most APIs that have an every?-like function, there is a corresponding some? or any?. In Clojure this is not the case, but we do have every? and some, which provid

[ANN] Clojure 1.6.0-RC3

2014-03-23 Thread Alex Miller
Clojure 1.6.0-RC3 is now available. Try it via - Download: http://central.maven.org/maven2/org/clojure/clojure/1.6.0-RC3 - Leiningen: [org.clojure/clojure "1.6.0-RC3"] See the full change log here: https://github.com/clojure/clojure/blob/master/changes.md Clojure 1.6.0-RC3 has the following chan