Hello,

Le samedi 10 février 2007 à 16:08 +0100, Martin Rubey a écrit :

[...]

> Looking in
>    
> PrimitiveArray(FormalPowerSeries(SparseDistributedPolynomial(Fraction(ACInteger()),
>    CycleIndexVariable(), SparseIndexedPowerProduct(CycleIndexVariable(),
>    ACMachineInteger())))) for new with code 713050688
>  
>    >> System error:
>    FOAM-USER::|fiRaiseException| is invalid as a function.

As far as I know FOAM-USER::|fiRaiseException| accepts a string as
argument so you can define this function in a )lisp command or directly
in foam_l.lisp with something like

(defun FOAM-USER::|fiRaiseException| (s) (error s))

See runtime.lsp for examples of its use.

Hope that helps (though I would not be suprise if not),

Greg

PS : By the way, do you plan to add Axiom .input files to test some of
your work in Axiom (I'm particularly interested, among other things, by
the lisp code produced by Aldor and my limited knowledge of Aldor
prevents further tests than the ones available (and compilable) in the
Axiom distribution (so essentially nothing)).



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Aldor-combinat-devel mailing list
Aldor-combinat-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aldor-combinat-devel

Reply via email to