Changes between Version 4 and Version 5 of ParallelListComp
- Timestamp:
- 02/18/06 04:16:22 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ParallelListComp
v4 v5 28 28 29 29 == Cons == 30 * Not widely used, and not hugely more concise than using explicit zips. 30 * Not widely used, and not hugely more concise than using explicit zips. (this is disputable, there are 142 uses of parallel list comprehensions in the jhc source tree for instance) 31 31 * Naive users can trip over them if they misplace a '`|`'. 32 32 * In its more general forms it's hard to predict how the elements from each set of generators and filters will match up, e.g.
