[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: type real
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: type real
- From: Bruno Haible <haible@ilog.fr>
- Date: Mon, 15 Sep 1997 22:07:54 +0200 (MET DST)
- >received: from halles.ilog.fr (halles.ilog.fr [172.16.1.96]) by ilog.ilog.fr (8.8.7/8.7.3) with ESMTP id WAA18613; Mon, 15 Sep 1997 22:07:55 +0200 (MET DST)
- In-reply-to: <9709158743.AA874350534@inet.stknhlg.com>
- References: <9709158743.AA874350534@inet.stknhlg.com>
Sam Shteingold <sshteingold@cctrading.com> writes:
>
> CLISP complains on
> (declare (real zz))
(declare (type real zz)) should work. But as you know, type declarations
are completely ignored by clisp. (Safety first - CLISP don't trust user's
declarations. This also greatly simplifies the compiler :-))
Bruno