Re[2]: Zero version of mathematica evaluator for MAXIMA
Subject: Re[2]: Zero version of mathematica evaluator for MAXIMA
From: Siver Andrey
Date: Thu, 16 Mar 2006 19:13:46 +0300
Dear Robert Dodier,
----- Original Message -----
From: "Robert Dodier" <robert.dodier at gmail.com>
To: "Siver Andrey" <siver at sirius.ihep.su>
Cc: <maxima at math.utexas.edu>
Sent: Thursday, March 16, 2006 6:02 PM
Subject: Re: [Maxima] Re[2]: Zero version of mathematica evaluator for
MAXIMA
> hello andrey,
>
> > It's needed to add the following rule for the usage of Mma
> > constructions in MAXIMA: to use them always in
> > ev(..., infeval) form.
>
> if you really want a program which acts like Mma,
> you might consider hacking MEVAL so that it observes
> the $INFEVAL flag. see $EV in src/mlisp.lisp, where
> constructs of the form foo, infeval; are handled --
> MEVAL doesn't know about $INFEVAL.
It's seems to me, I know the more simple solution - to call ev function
directly:
For example:
(mfuncall '$ev #$f(a+1)$)
> hope this helps,
> robert dodier
>
Regards,
Andrey