Lazy lists (I)
- Wait a minute...
1, 1, * + * ... *
is infinite?!
- Yes. Used this way, the
...
sequence operator consists of
- Two starting values:
1, 1
- A rule for generating further values:
* + *
- And has no termination test (that's what the last
*
means)
« first
< prev
(31 / 41)
next >
last »