I'll grant you one thing tho: Ruby requires "99.0"
where JS allows "99.". To be honest, saving that one
character when making whole-number valued floats
(which are indistinguishable form NON floats, i.e. 99
== 99. == 99.0), at the expense of being able to do
99.abs or something like that, is absolutely insane.
The dot adds nothing because without it you get the
same value, and with it all you need is a trailing 0
to be semantically equivalent. There's no good reason
to have the dot as part of the spec for floats at the
expense of being able to use methods directly on numbers.

-------------------------------

o///
Be seeing you...


      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs
_______________________________________________
Es4-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to