On Wed, 28 Jul 2010 09:15:24 -0400, wheres pythonmonks <wherespythonmonks at gmail.com> wrote: > A new python convert is now looking for a replacement for another perl idiom. A functional alternative: l = ... seqint = compose(map, int) print f(seqint(l))