HN user

dmolony

86 karma
Posts2
Comments62
View on HN

I hope this will you help in case you cannot afford to hire anyone at all with a elementary school level of Arabic script reading.

Oops.

In contrast, the worst that could happen with compressed air was a burst pipe; this would not be a good thing to be standing near, but since the pipes ran through the sewers the chance of this was very small.

Even more reason to avoid standing near a burst pipe.

It's a shame the author never actually ran the code, it has bugs.

For example, the Factorial next() function should be:

  return new Factorial (index + 1, value * (index + 1));
And of course the iterate line should be:
  Stream.iterate (Factorial.SEED, Factorial::next)