On Fri, 23 Nov 2007 09:31:06 +0000, Marc 'BlackJack' Rintsch wrote: > Of course it's a silly example because the "pythonic" way to define > `comma_separate()` is:: > > comma_separate = ','.join Except that join only works with strings, and reduce/foldr can work on anything. -- Steven.