From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed1.bredband.com!bredband!uio.no!nntp.uio.no!ifi.uio.no!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: What's up with #'? Date: 16 Nov 2002 18:36:18 +0000 Organization: Naggum Software, Oslo, Norway Lines: 16 Message-ID: <3246460578644840@naggum.no> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: maud.ifi.uio.no 1037471778 6457 129.240.65.5 (16 Nov 2002 18:36:18 GMT) X-Complaints-To: abuse@ifi.uio.no NNTP-Posting-Date: 16 Nov 2002 18:36:18 GMT Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.lisp:46899 * Chris Gehlker | Let me ask, with all due humility as a very newbie, if anyone else thinks #' | is a code smell? If it is a code smell, is it *supposed* to be in the sense | that C++ has things in it that stink by design? If you prefer to write (function foo) over #'foo, nobody will notice, as the latter means exactly and only the former. If you prefer to write (quote foo) over 'foo, however, many will notice, since ' is so common. FYI: /real/ humility looks quite different. -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.