The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp
From: Martti Halminen <m...@dpe.rm_spam_trap.fi>
Date: 1999/03/21
Subject: Re: PROGN considered intrusive?
Erik Naggum wrote: Either you are referring to a longer time than I've been reading c.l.l, > there have been strong arguments against IF (and WHEN and UNLESS) here or you are reading some statements in some newbie threads more seriously than I did. > today, it dawned on me Last I checked, WHEN and UNLESS had implicit PROGN, so > that maybe what people actually don't like is PROGN. if anybody has a problem with them, it's probably not the same as with IF. <snip> > so instead of the standard Common Lisp Personally I dislike this idea due to bad readability: with my bad > (if (foo) > we could have > (if (foo) eyesight the difference between () and {} is too small to be easily distinguishable in the standard fonts used on this machine. (yeah, I know I should get new glasses...) > do people actually think PROGN is intrusive and a waste of space? would Whenever the PROGNs start to annoy me, I find myself converting the code > using a short-hand like {} work as well to reduce "noise" as using ' > instead of a QUOTE form does? and does this make more sense than IF*? to use COND or CASE, instead of IF. As I often write stuff with multiple branches, anyway, I don't have major problems with that. -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||