Earlier quoted context omitted.
Wildberger is great. His lectures that he teaches at UNSW (i think) are interesting, and he usually keeps a clear dividing line between std math and his own predilections. It threads the line between being a kook and legitimate published mathematician very finely. I actually have some sympathies with his contention that real numbers (limit points of infinite series) are somehow a different animal than rational number…
But on computers, you get things such as console.log(0.1 + 0.2) // 0.30000000000000004 A mathematician might say that this shows that you do not really have accurate floating point values and arithmetic in your computer, but instead something close to it.
Racket starts with arbitrary precision rationals.