Iterators: Difference between revisions

Content added Content deleted
(J)
Line 133: Line 133:
The downside of this approach is that the programmer must understand the data.
The downside of this approach is that the programmer must understand the data.


However, given the intrinsic value of comprehension when programming, this is frequently a worthwhile price.
However, given the intrinsic value of comprehension when programming, this is frequently a worthwhile price. (There's also an execution cost issue, which can be especially significant in contexts where comprehension is difficult.)


=={{header|Julia}}==
=={{header|Julia}}==