> @Araq: Both are. Both are used extensively in real world projects.

The fact that iterators are widely and successfully used in the wild does not 
automatically make their implementation satisfactory.

Neither inline nor closure iterators support recursion. Inline iterators cannot 
be passed around. Closure iterators are not supported in JS backend. I am 
sorry, but IMHO Nim iterators are still work in progress.

Reply via email to