| Rev | Time | Changes | Operations |
|---|
| Log |
|---|
| 18 | 2011-10-09 18:54:46 | +1 -1 line(s) | [View this version, source] [Diff to previous] |
| Put 'ignored back. Otherwise, for-each->stream-maker doesn't work -- at least not with Riastradh's implementation. |
| 17 | 2010-09-30 04:06:44 | +0 -4 line(s) | [View this version, source] [Diff to current|previous] |
| Unspamming the site |
| 16 | 2010-09-29 08:15:54 | +3 -0 line(s) | [View this version, source] [Diff to current|previous] |
| edit |
| 15 | 2010-08-21 19:58:18 | +1 -1 line(s) | [View this version, source] [Diff to current|previous] |
| spam-revert (jyaan) |
| 14 | 2010-08-06 05:10:40 | +1 -0 line(s) | [View this version, source] [Diff to current|previous] |
| edit |
| 13 | 2010-02-06 13:37:27 | +6 -9 line(s) | [View this version, source] [Diff to current|previous] |
| Fix stream examples, don't calculate first element prematurely.
E.g. (for-each->stream-maker (lambda (f l) (for-each (lambda (x) (display x) (newline) (f x)) l)))
Also random nitpicks. |
| 12 | 2009-12-06 21:10:16 | +6 -4 line(s) | [View this version, source] [Diff to current|previous] |
| Fix typos, link to Oleg's implementation |
| 11 | 2009-06-08 04:48:43 | +1 -0 line(s) | [View this version, source] [Diff to current|previous] |
| I had a question that I did not know who to address to so I added it below the code to which the question refers. |
| 10 | 2009-06-08 03:07:55 | +2 -2 line(s) | [View this version, source] [Diff to current|previous] |
| changed "element" in previous fix to "'ignored", also changed stream-nil to stream-null (the srfi convention) |
| 9 | 2009-06-08 02:55:04 | +1 -1 line(s) | [View this version, source] [Diff to current|previous] |
| fixed small bug in shift-reset version of the stream generator, changed (k) to (k element) |
| 8 | 2009-05-21 07:44:43 | +10 -2 line(s) | [View this version, source] [Diff to current|previous] |
| Mention control/prompt, link to plt doc page |
| 7 | 2009-03-17 03:27:32 | +3 -0 line(s) | [View this version, source] [Diff to current|previous] |
| More implementation info. |
| 6 | 2007-08-19 15:45:51 | +1 -1 line(s) | [View this version, source] [Diff to current|previous] |
| avert for -> avert from |
| 5 | 2006-05-08 21:29:18 | +2 -2 line(s) | [View this version, source] [Diff to current|previous] |
| fixed typo in complete shift-reset transformation. evoli |
| 4 | 2006-03-03 00:12:18 | +3 -0 line(s) | [View this version, source] [Diff to current|previous] |
| Added category
(r2q2) |
| 3 | 2006-03-02 18:52:49 | +2 -2 line(s) | [View this version, source] [Diff to current|previous] |
| Fixed typo -- (CONS 1 (RESET (CONS 2 3))) does not evaluate to (1 2 3), but (CONS 1 (RESET (CONS 2 '()))) does evaluate to (1 2). |
| 2 | 2006-02-18 17:45:30 | +71 -28 line(s) | [View this version, source] [Diff to current|previous] |
| general revision with many changes; see diff for details |
| 1 | 2006-02-18 06:34:51 | +211 -0 line(s) | [View this version, source] [Diff to current|previous] |
| initial (unfinished, untested, but previewed) revision |
| [Diff from epoch] |