Hello,

( this is related to 
http://groups.google.com/group/clojure/browse_thread/thread/d894a933dcb5d0f6
)

In Clojure 1.0.0-snapshot, the

(range 1.0 10.0) ; 1)
(range 1 10)       ; 2)

both yield integer numbers in result.

In clojure 1.1.0-alpha-snapshot (recent), the 1) yield floats and 2)
integers.

Is this intentional? (I searched assembla dev site and did not find
anything)

(also, please do not take this as a rant, I am just curious)

Kind regards,

Vladimir

-- 
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

Reply via email to