Re: [ANN] Clojure 1.9.0-RC2

2017-11-29 Thread Khalid Jebbari
Thanks for the pointers Alex. Hopefully the problems will be solved one day, most Clojure API will be spec'd and we'll be happy. Keep up the good work. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goog

Re: [ANN] Clojure 1.9.0-RC2

2017-11-28 Thread Alex Miller
On Tue, Nov 28, 2017 at 3:22 PM, Khalid Jebbari wrote: > Specs in docs are nice, great addition. > > 2 things related to them : > - what is `quotable` ? Couldn't find its docs in the page > All of the core specs are defined in an external library (so we can update it more frequently than Clojure

Re: [ANN] Clojure 1.9.0-RC2

2017-11-28 Thread Khalid Jebbari
Specs in docs are nice, great addition. 2 things related to them : - what is `quotable` ? Couldn't find its docs in the page - I suppose `:closure.core.spec.alpha/exclude` refers to a spec, but again it's absent from the docs. A quick search in clojure.core and spec.alpha repos didn't reveal it.

Re: [ANN] Clojure 1.9.0-RC2

2017-11-27 Thread Egg Syntax
Great choices on how to present core specs -- really clean & readable. Thanks! On Monday, November

Re: [ANN] Clojure 1.9.0-RC2

2017-11-27 Thread Michael Glaesemann
> On 2017-11-27, at 16:17, Alex Miller wrote: > > I should also mention that I've re-built the Clojure doc automation process > and the Clojure docs have refreshed for the first time in a long while. Thanks, Alex! Michael Glaesemann grzm seespotcode net -- You received this message becaus

Re: [ANN] Clojure 1.9.0-RC2

2017-11-27 Thread Alex Miller
I should also mention that I've re-built the Clojure doc automation process and the Clojure docs have refreshed for the first time in a long while. Most importantly, the 1.9 docs are up to date and now include specs for things that have been spec'ed: https://clojure.github.io/clojure/branch-mas

[ANN] Clojure 1.9.0-RC2

2017-11-27 Thread Alex Miller
Clojure 1.9.0-RC2 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-RC2 - Leiningen: [org.clojure/clojure "1.9.0-RC2"] 1.9.0-RC2 is largely the same as RC1 but has the following changes: - There is a new Maven profile and Ant target in the build t