axiom-developer
[Top][All Lists]
Advanced

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

RE: [Axiom-developer] Bug?


From: Bill Page
Subject: RE: [Axiom-developer] Bug?
Date: Thu, 29 Mar 2007 10:29:17 -0400

On March 29, 2007 7:10 AM Ralf Hemmecke wrote:
> 
> Am I doing something wrong?
>

That depends on what you are trying to do. You did not
explain and your example is not self explanatory (to me
at least).
 
> ...
> (1) -> )r abc
> MyRing ==> with
>              0: %
>              -: % -> %
> 
> 
>     >> System error:
>     Caught fatal error [memory may be damaged]
> 
> 
> ------------------------
> ---BEGIN abc.input
> MyRing ==> with
>           0: %
>           -: % -> %
> ---END abc.input
> 

You seem to be trying to define a macro in the Axiom
interpreter that would normally only be used in the
SPAD compiler. The interpreter does not directly support
the notation for categories, domains or packages.

What you are trying to do might work if the file is
named 'abc.spad' and you enter the command:

)co abc.spad

---------

Or do I misunderstand your intentions?

Regards,
Bill Page.






reply via email to

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