Tim Hatch

Weblog | Photos | Projects | Panoramas | About

About

After using underscore-based lambdas in Scala, I missed them in Python. This is a quick hack that lets you use them.

Example:

from undermap import _
map(_.upper, ["abc", "def"]) # looks up str.upper or unicode.upper

Downloads

git clone http://timhatch.com/projects/undermap/undermap.git