Comment on Java
baseless_discourse@mander.xyz 1 year ago“predicable” in the sense that people know how it works regardless what language they know.
I guess I mean “no surprise for the reader”, which is more “readability” than “predictability”
Comment on Java
baseless_discourse@mander.xyz 1 year ago“predicable” in the sense that people know how it works regardless what language they know.
I guess I mean “no surprise for the reader”, which is more “readability” than “predictability”
BorgDrone@lemmy.one 1 year ago
Is there any language that doesn’t just truncate when casting from a float to an int?
baseless_discourse@mander.xyz 1 year ago
As far as I know, haskell do not allow coresion of float to int without specifying a method (floor, ceil, round, etc)
hoogle.haskell.org/?hoogle=Float+->+Integer&s…
Agda seems to do the same: agda.github.io/agda-stdlib/Data.Float.Base.html