Re: merits of Lisp vs Python
André Thieme <address.good.u ntil.2006.dec.2 2@justmail.dewr ites:
Um...
André Thieme <address.good.u ntil.2006.dec.2 2@justmail.dewr ites:
But anyway, in Lisp you can save some code. Not much in this situation.
Instead of function = memoize(functio n)
one could just say: memoize(functio n).
Instead of function = memoize(functio n)
one could just say: memoize(functio n).
Comment