axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Questions (Bugs?)


From: root
Subject: Re: [Axiom-developer] Questions (Bugs?)
Date: Wed, 26 Nov 2003 11:59:08 -0500

Stefan,

The first two work fine on the latest version. The binaries must
necessarily trail the CVS version because it takes a long time
(sometimes days) to recompile a full Axiom not to mention the
lag of uploading/downloading binaries.

The third example (there is a typo Cateroy should be Category)
does fail and should be added to the bug list. The interpreter
uses a different parser than the compiler. 

You can correctly compile this code by making a file (say, f.spad) thus:

)abbrev category MYCAT MyCat
MyCat:Category == with { new: ()->% }

The system needs the ")abbrev" line.
Then do:

  )co f.spad

Tim




reply via email to

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