Received: by 10.66.72.73 with SMTP id b9mr362274pav.9.1346258116468; Wed, 29 Aug 2012 09:35:16 -0700 (PDT) Path: a8ni98564589pbd.1!nntp.google.com!news.glorb.com!news-out.octanews.net!indigo.octanews.net!auth.beige.octanews.com.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.lisp Subject: Re: Coding style for conditional expressions: if vs when and unless References: <854nor6kpm.fsf@SANDOKAN-INITIA.i-did-not-set--mail-host-address--so-tickle-me> <877gtn9dhr.fsf@kuiper.lan.informatimago.com> <7x1uj86nef.fsf@ruckus.brouhaha.com> Date: Wed, 29 Aug 2012 09:35:16 -0700 Message-ID: <7x6281mzaz.fsf@ruckus.brouhaha.com> Organization: Nightsong/Fort GNOX User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:J86NFYuZ+YptOAzKBpUnhNW2BCA= MIME-Version: 1.0 Lines: 5 NNTP-Posting-Date: 29 Aug 2012 11:35:16 CDT X-Complaints-To: abuse@octanews.net Content-Type: text/plain; charset=us-ascii Barry Margolin writes: > No it doesn't. AND and OR are short-circuiting operators. Doh, silly me, not sure how I forgot that. It's been a while since I did anything in Lisp. Thanks.