I was working on a system that used the reader / pprint to load and save data too and from the disk and I ran into a strange issue when I reloaded my work from a JTable
Apparently there are cases where read will return a slightly different float then the Float constructor will. For example: (- (new Float "1786.28") (read-string "1786.28")) 2.929687502728484E-5 I'm not sure if its just my machine or not, (Ubuntu 9.04, AMD 64 Athlon X2, Using the Sun VM 6 and JDK 6) any ideas or links? -- 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