28 Feb
                
                    2006
                
            
            
                28 Feb
                
                '06
                
            
            
            
        
    
                5:08 a.m.
            
        Johannes Waldmann 
For reference, in Java, ... there's nice syntactic sugar for looping over collections: Collection<E> c; for (E item : c) { ... } I'd say this is an example of moving away from a left-biased representation, or at least freeing the programmer from having to think about it).
In Haskell, this is called 'fmap'. :-) Regards, Malcolm