--- informujo at aon.at wrote: > Actually, a functional-programming expert once said that "recursion is > the goto of functional programming", since most recursive functions can > be replaced by higher-level standard functions like "map" and "filter". Key word: "most". "most" does not equal "all". Again, consider Quicksort.