Content deleted Content added
m Dating maintenance tags: {{Citation needed}} |
→Language comparison: move Groovy up to restore alphabetical order |
||
Line 187:
| Functions exist for other types (''Seq'' and ''Array'')
| Throws exception
|- valign="top"▼
| [[Haskell (programming language)|Haskell]]▼
| <code>map ''func'' ''list''</code>▼
| <code>zipWith ''func'' ''list1'' ''list2''</code>▼
| <code>zipWith''n'' ''func'' ''list1'' ''list2'' ...</code>▼
| <code>''n''</code> corresponds to the number of lists; predefined up to <code>''zipWith7''</code>▼
| stops after the shortest list ends▼
|- valign="top"
| [[Groovy (programming language)|Groovy]]
Line 201 ⟶ 194:
|
|
▲|- valign="top"
▲| [[Haskell (programming language)|Haskell]]
▲| <code>map ''func'' ''list''</code>
▲| <code>zipWith ''func'' ''list1'' ''list2''</code>
▲| <code>zipWith''n'' ''func'' ''list1'' ''list2'' ...</code>
▲| <code>''n''</code> corresponds to the number of lists; predefined up to <code>''zipWith7''</code>
▲| stops after the shortest list ends
|- valign="top"
| [[Haxe]]
|