> Note that Nim iterators correspond to Python generators…

I would like, but they are less powerful. Generators can be recursive in Python 
while iterators cannot. And in Python it’s easy to use a generator without a 
_for_ loop thanks to the _next_ function.

But, despite these limitations, iterators in Nim are very pleasant and easy to 
use, compared with the way to define them in other languages such as Julia. 
And, I agree with you, they are amazingly useful.

Reply via email to