Content deleted Content added
No edit summary |
|||
Line 113:
|
| Clojure: stops after the shortest list ends
|- valign="top"
| [[D]]
| <code>''list''.map!''func''</code>
| <code>zip(''list1'', ''list2'').map!''func''</code>
| <code>zip(''list1'', ''list2'', ...).map!''func''</code>
|
| Specified to zip by StoppingPolicy: shortest, longest, or requireSameLength
|- valign="top"
| [[Erlang (programming language)|Erlang]]
|