Re[2]: Zero version of mathematica evaluator for MAXIMA



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