close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "darcs": Can't find an appropriate component, maybe the corresponding plugin was not enabled? ). Look in the Trac log for more information.
- Timestamp:
-
2010-07-20 03:13:12 (14 years ago)
- Author:
-
zooko
- Comment:
-
naïve
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
1 | 1 | = !StringChain = |
2 | 2 | |
3 | | Sometimes you want to accumulate data from some source while at the same time processing the data that arrived first. The naive way to do it in Python is like this: |
| 3 | Sometimes you want to accumulate data from some source while at the same time processing the data that arrived first. The naïve way to do it in Python is like this: |
4 | 4 | |
5 | 5 | {{{ |