<div dir="ltr">2> [X + Y || {X, Y} <- lists:zip([1,2,3], [4,5,6])].    <br>[5,7,9]<br><br><br><div class="gmail_quote">2008/7/23 Circular Function <<a href="mailto:circularfunc@yahoo.se">circularfunc@yahoo.se</a>>:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<div>in python I can do:<br>>>> map(lambda x,y:x+y,[1,2,3],[4,5,6])<br>[5, 7, 9]<br>>>> <br><br>38> lists:map(fun(X,Y) -> X+Y end,[1,2],[3,4]).<br>** exception error: undefined function lists:map/3<br>
39> <br><br>isnt there general map-function that map is derived from that I can use? <br>what about listcomprehensions?<br>44> [X+Y || X,Y <- lists:seq(1,10),lists:seq(1,10)].<br>* 1: variable 'X' is unbound<br>
45> </div></td></tr></tbody></table><br>
      <hr size="1">
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling.<br>
<a href="http://www.kelkoo.se/c-100015813-bredband.html?partnerId=96914325" target="_blank">Sök och jämför priser hos Kelkoo.</a><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br><br clear="all"><br>-- <br>The great enemy of the truth is very often not the lie -- deliberate, contrived and dishonest, but the myth, persistent, persuasive, and unrealistic. Belief in myths allows the comfort of opinion without the discomfort of thought.<br>
John F. Kennedy 35th president of US 1961-1963 (1917 - 1963)
</div>