axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] clisp and sbcl


From: Waldek Hebisch
Subject: Re: [Axiom-developer] clisp and sbcl
Date: Tue, 29 May 2007 14:07:56 +0200 (CEST)

> On Mon, 28 May 2007, Waldek Hebisch wrote:
> 
> | (defun |evalSharpOne| (x |#1|) (declare (special |#1|))
> |    (EVAL `(let () (declare (special |#1|) ,x))))
> 
> Have you tried this variant?  It looks "reasonable" to me.
> 

There is a little problem with parentheses, it should be:

(defun |evalSharpOne| (x |#1|)
   (declare (special |#1|))
   (EVAL `(let () (declare (special |#1|)) ,x)))

Using version above compiler warnings go away.  But I did not
put it trough full test cycle.

-- 
                              Waldek Hebisch
address@hidden 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]