From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.tele.dk!small.news.tele.dk!193.213.112.26!newsfeed1.ulv.nextra.no!nextra.com!news01.chello.no!not-for-mail Newsgroups: comp.lang.lisp Subject: Re: Optimising passed function References: <866657rrjd.fsf@koepke.myip.org> Mail-Copies-To: never From: Erik Naggum Message-ID: <3222232705639318@naggum.net> Organization: Naggum Software, Oslo, Norway Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 09 Feb 2002 08:38:24 GMT X-Complaints-To: abuse@chello.no X-Trace: news01.chello.no 1013243904 212.186.234.171 (Sat, 09 Feb 2002 09:38:24 MET) NNTP-Posting-Date: Sat, 09 Feb 2002 09:38:24 MET Xref: archiver1.google.com comp.lang.lisp:26080 * Heiko Schaefer | I am passing a function to another function and would | like to ensure fastest compilation. | How can I tell the compiler that the passed | function returns a double-float? (declare (type (function double-float) )) See the entry for the system class function in the hyperspec. /// -- In a fight against something, the fight has value, victory has none. In a fight for something, the fight is a loss, victory merely relief.