>>4Literally every serious language has
at least one idiomatic way of doing infinite-precision decimals:
C: libgmp
C++: boost::multiprecision
Lisp: builtin
Python: Decimal
Java: java.math.BigDecimal
Ruby: BigDecimal
C#: Decimal
Perl: bignum
The only big language I can think of without easy big decimals is fucking Javascript.