Hello Rich & all!
I have question about the reader http://clojure.org/reader
Numbers say "as per Java". I found that e.g. "2." reads Java as double
and Clojure as int.

All these read as double in Java:
2.  .1  +.0  -.0  +2.  -2.

Clojure either sees them as ints or errors out. I am wondering about
consistency between Java vs. Clojure reader. Do we want to copy all
Java behavior exactly?

Thank you, Frantisek

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