Map (higher-order function): Difference between revisions

Content deleted Content added
No edit summary
 
mNo edit summary
Line 15:
 
In [[Common Lisp]], there is a whole family of map-like functions. The one that corresponds to the behaviour described here is called mapcar.
 
In C++'s standard library, the map function is called <code>transform</code
 
==Haskell's Functor class==