Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!shelby!neon!Gang-of-Four.Stanford.EDU!iam From: iam@Gang-of-Four.Stanford.EDU (Ian Mason) Newsgroups: comp.lang.lisp Subject: Re: lost soul needs help with trivial code. Message-ID: <1991Feb19.185818.1282@Neon.Stanford.EDU> Date: 19 Feb 91 18:58:18 GMT References: Sender: news@Neon.Stanford.EDU (USENET News System) Reply-To: iam@Gang-of-Four.Stanford.EDU (Ian Mason) Distribution: comp Organization: Stanford University Lines: 6 try the following, somewhat more in the spirit of lisp (define f (list) (mapcar (function (lambda (x) (- (cadr x) (car x))) list))) -iam-