[ANN] Clojure 1.9.0-alpha7

306 views
Skip to first unread message

Alex Miller

unread,
Jun 15, 2016, 2:54:30 PM6/15/16
to Clojure
Clojure 1.9.0-alpha7 is now available.

Try it via

- Leiningen: [org.clojure/clojure "1.9.0-alpha7"]

1.9.0-alpha7 includes the following changes since 1.9.0-alpha6 (all BREAKING vs alpha5/6):

clojure.core:
- long? => int?  - now checks for all Java fixed precision integer types (byte,short,integer,long)
- pos-long? => pos-int?
- neg-long? => neg-int?
- nat-long? => nat-int?

clojure.spec:
- long-in-range? => int-in-range?
- long-in => int-in

If you are interested in checking specifically for long?, please use #(instance? Long %).

Sorry for the switcheroo and welcome to alphatown! 
Reply all
Reply to author
Forward
0 new messages