len [1, 2,3] is a bit unfortunate, it's even worse for tuple foo (1, 2) vs 
foo(1, 2) but it's a price I'm willing to pay if I can make nice macros and DSL 
like:
    
    
    forZip x in a, y in b, z in c:
      echo (x + y) * z
    
    
    Run

Reply via email to