Wiki

Changes between Version 5 and Version 6 of WishList

Show
Ignore:
Timestamp:
12/12/12 08:07:11 (12 years ago)
Author:
kobi7
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WishList

    v5 v6  
    5858This 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. 
    5959 
     60comment:[[BR]] 
     61this is a cool idea, if the order is implied by convention, then the full do will not be needed.[[BR]] 
     62for example some languages have $1, $2 or %1 %2, so you can refer to the correct ones.[[BR]] 
     63but 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]] 
     64e.g: 
     65{{{ 
     66.foo(~b / ~a + ~c) 
     67}}} 
     68 
    6069== Language support for multiprocessing == 
    6170Language level support for creation, spawning and management of  tasks or co-Routines and a safe communication mechanism between them.[[BR]]