Earlier quoted context omitted.
You can't get all the reals that way. The reals that can be produced by an algorithm make up a vanishingly small (e.g. countable) subset. Almost all of the reals are inexpressible.
What I described isn't really an algorithm, it's just taking the digits of a number, let's say: foo=3.14159265... Where after 5 is some continuing sequence of decimals. The series of functions is literally just: foo(0) = 3 foo(1) = 3.1 foo(2) = 3.14... And to be clear, it's not just like, an algorithm that estimates pi, it's literally just a list of return values that is infinitely long that return more and more digi…
All the numbers you get this way are going to be rational, and if you require them to be finite, you can't even identify them with any irrational numbers. At least with the computable numbers you get an infinite set of irrational numbers along with the rationals, while still never touching the vast majority of all numbers (the remaining, incomputable irrationals).