in reply to Re^5: Behaviour of int() unexpected
in thread Behaviour of int() unexpected

Yes, Raku is one such language.
Perl also provides this through the Math::BigRat module, and also the bigrat pragma:
> >perl -Mbigrat -le "$x = 4; print $x/6;" 2/3
Math::GMPq is another module that provides for rational arithmetic.

Cheers,
Rob