Clojure 1.9.0-alpha7 is now available.

Try it via

- Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha7
- 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! 

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to