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: Gabriel Dos Reis
Subject: Re: [Axiom-developer] clisp and sbcl
Date: Tue, 5 Jun 2007 22:53:38 -0500 (CDT)

On Tue, 29 May 2007, Waldek Hebisch wrote:

| > 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 --

  How was the full test cycle?

-- Gaby




reply via email to

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