axiom-mail
[Top][All Lists]
Advanced

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

[Axiom-mail] Re: How to avoid vertical bars enclosing function name in g


From: Ludovic Courtès
Subject: [Axiom-mail] Re: How to avoid vertical bars enclosing function name in generated Lisp code
Date: Thu, 16 Nov 2006 09:37:35 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Vanuxem Grégory <address@hidden> writes:

> I'm trying to call a Lisp function in Spad. The problem is that I don't
> want to import it. If I use 'FOO(something)$Lisp' the generated Lisp
> code is approximately '(FOO something)' but if I append its package
> name, 'FOO_:_:BAR(something)$Lisp', the Spad compiler encloses it in
> vertical bars, the generated code becomes (|FOO::BAR| something). Is it
> possible to avoid this ? And, if not, any idea where I can look to
> modify this behavior ?

I asked the very same question a few days ago.  :-)

  http://thread.gmane.org/gmane.comp.mathematics.axiom.user/543

So you'll have to either use upper-case identifiers or filter out the
`|' in the output.

Thanks,
Ludovic.





reply via email to

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