Why don't people like lisp?
Frank A. Adrian
fadrian at ancar.org
Thu Oct 16 11:20:16 EDT 2003
More information about the Python-list mailing list
Thu Oct 16 11:20:16 EDT 2003
- Previous message (by thread): BIG successes of Lisp (was ...)
- Next message (by thread): Why don't people like lisp?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
larry wrote: > No they they think: sum up the square of a bunch of numbers. > This has an almost direct translation to the lisp style: > (apply '+ (mapcar #'(lambda(x)(* x x)) numlist)). Well, they do until they get an exception because the list is too long. Then they think WTF!?! until a helpful Lisp person tells them to use reduce instead of apply :-). faa
- Previous message (by thread): BIG successes of Lisp (was ...)
- Next message (by thread): Why don't people like lisp?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list