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