axiom-mail
[Top][All Lists]
Advanced

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

Re: [Axiom-mail] Re: Outputting S-expressions


From: Gabriel Dos Reis
Subject: Re: [Axiom-mail] Re: Outputting S-expressions
Date: 07 Nov 2006 12:15:20 +0100

address@hidden (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




reply via email to

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