axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Use of $


From: Gabriel Dos Reis
Subject: [Axiom-developer] Use of $
Date: 10 Aug 2007 11:45:41 -0500

Tim --

The file spad.lisp contains the following line at toplevel:

   ;; the following initialization of $ must not be a defvar
   ;; since that make $ special
   (setq $ '$) ;; used in def of Ring which is Algebra($)


What is the problem it is intended to solve, and how does that solve
the problem?

The SBCL compiler does not like it, because it thinks $ is not defined.

-- Gaby




reply via email to

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