Subject: Re: PROGN considered intrusive? From: Erik Naggum <erik@naggum.no> Date: 1999/03/22 Newsgroups: comp.lang.lisp Message-ID: <3131057727569598@naggum.no> * Sam Steingold <sds@goems.com> | - you are trying to solve an imaginary problem (most problems with | syntax are such); false. I'm working with huge amounts of code with the IF* macro, because the author thinks IF, WHEN and UNLESS suck, big time. | IIRC, the FAQ suggests using COND instead of IF/PROGN. | That's what I do. OK, so I forgot to mention the gripes with COND, too. #:Erik