Name: Anonymous 2008-02-02 15:04
http://www.haskell.org/haskellwiki/Fold
Haskell has map in terms of 'foldr ((:) . f) []'
How would you implementd foldr, and then map with foldr in scheme/lisp?
Haskell has map in terms of 'foldr ((:) . f) []'
How would you implementd foldr, and then map with foldr in scheme/lisp?