Name: Anonymous 2007-12-23 3:18
What's your favorite C compiler?
foldr and foldl.
foldr applies its passed function to the arguments in ``reverse'' order, so that you can easily join them together with (:) and get the original list. foldl on the other hand, is retarded.