Andy Freeman <[EMAIL PROTECTED]> writes:
> And he's wrong, at least as far as common lisp is concerned - map does
> exactly that.
> 
> http://www.lispworks.com/documentation/HyperSpec/Body/f_map.htm

"sequence" there just means vectors and lists.

> Map doesn't work on generators or iterators because they're not part
> of the common lisp spec, but if someone implemented them as a library,
> said library could easily include a map that handled them as well.

Right, more scattered special purpose kludges instead of a powerful
uniform interface.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to