The map procedure is standard Scheme -- all conforming Scheme implementations will have it. The two varieties of fold and filter are not standard, but most Scheme implementations have versions of them. See also SRFI 1, a ``Scheme Request for Implementation'' at

      http://srfi.schemers.org/srfi-1/srfi-1.html#FoldUnfoldMap
 

which has equational descriptions of foldl and foldr.