Changes between Version 5 and Version 6 of WishList
- Timestamp:
- 12/12/12 08:07:11 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WishList
v5 v6 58 58 This will look extra sweet when stacking up multiple LINQ calls or any other API that makes heavy use of lambda expressions. Note that one disadvantage is that if the expression needs to use the arguments in a different order then you will have to use the full "do" form. 59 59 60 comment:[[BR]] 61 this is a cool idea, if the order is implied by convention, then the full do will not be needed.[[BR]] 62 for example some languages have $1, $2 or %1 %2, so you can refer to the correct ones.[[BR]] 63 but a, b, c would be far better. since it's a lambda it's presumed to be short, and not general, so arguments like a b c work fine.[[BR]] 64 e.g: 65 {{{ 66 .foo(~b / ~a + ~c) 67 }}} 68 60 69 == Language support for multiprocessing == 61 70 Language level support for creation, spawning and management of tasks or co-Routines and a safe communication mechanism between them.[[BR]]