Content deleted Content added
No edit summary |
|||
Line 13:
The map function is especially common in [[functional programming]] languages, but some [[high-level programming language|high-level]] [[procedural programming|procedural]] languages support it as well, and in others it may be defined.
==Language comparison==
In [[Common Lisp]], there is a whole family of map-like functions. The one that corresponds to the behaviour described here is called mapcar.
|