Comment by spacechild1

9 months ago

> This would be so much better as a single method/function with a few interspersed comments that explain the algorithm.

I haven't read the whole article when I wrote that comment. Turns out that Ousterhout provides a rewritten version of "PrimeGenerator" that does exactly this. At least UB concedes that this version is indeed much better.