Subject: "Delayed" problem in mfunction/mmacro definition
From: Siver Andrey
Date: Thu, 18 Nov 2004 23:05:58 +0300
----- Original Message -----
From: "Andrej Vodopivec" <andrej.vodopivec at fmf>
To: "Siver Andrey" <siver@sirius.ihep.su>
Sent: Monday, November 15, 2004 3:11 PM
Subject: Re: [Maxima] "Delayed" problem in mfunction/mmacro definition
> The symbol '' stands for evaluate now and ' stands for don't evaluate
> now.
Do you know how '' represented at lisp level? It is not (MEVAL) as I
understand:
:lisp(displa '((MDEFINE) (($f) $x) ((MEVAL) $x)))
=>F(X) := MEVAL(X)
> Hope this helps
>
> Andrej
Yes, thanks.
Andrey