André Thieme <address.good.until.2006.dec.22 at justmail.de> writes: > Instead of function = memoize(function) > one could just say: memoize(function). In Python you'd say @memoize def function(): ...