Re: Re: Outputting S-expressions

Gabriel Dos Reis <[email protected]>
Newsgroups gmane.comp.mathematics.axiom.user
Organization Integrable Solutions
Message-ID <[email protected]>
[email protected] (Ludovic Courtès) writes:

[...]

| One minor thing: in the output file, variable names are enclosed in `|'
| (e.g., `(+ 1 |x|)').  Is there a way to turn it off?

Not if you want case-sensitive identifiers :-)
Axiom is case-sensitive, and uses Lisp as its runtime machine.  The
only way to get case-sensitive identifiers in Common Lisp is to enclose
them in vertical bars, as per intern

  http://www.lispworks.com/documentation/HyperSpec/Body/f_intern.htm#intern

-- Gaby
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.