Hacker News new | ask | show | jobs
by zozbot234 2021 days ago
I can see a case for decimal floating point types, but fixed point adds nothing beyond what can be performed directly via arithmetic on the underlying integers. It's basically a convenience feature.
1 comments

Most things in modern programming languages are convenience features; loops are basically if+goto etc.