Re: iterator sequences (was: Standard libraries)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: iterator sequences (was: Standard libraries)
- From: Wim Couwenberg <wim.couwenberg@...>
- Date: Fri, 1 Jan 2010 22:15:54 +0100
> The following modification results in more efficient iteration (by stripping out the test) at the expense of having to add an explicit terminator to the sequence. I believe I've preserved the full seq semantics.
A useful touch! And the use of (iterate) is still optional...
Bye,
Wim