merits of Lisp vs Python

Paul Rubin http
Sun Dec 10 20:10:39 EST 2006


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(): ...



More information about the Python-list mailing list