On Sat, Jun 07, 2025 at 02:22:48AM +0200, Grégory Vanuxem wrote:
> Hello,
>
> Oh, that's good, I do not understand the point of view of Camm.
>
> BTW, I do not understand also why affectations are not taken into
> account in .fricas.input:
>
> ==> .fricas.input:
>
> )set out len 110
> )set mess type off
> VarSet: List Symbol:=[x,y,z]
> V:=OrderedVariableList(VarSet)
> -- PRing := NMP(NMFraction(NINT),VarSet,"lex")
> -- x::V::Pring
> )set mess time on
> )set mess type on
>
> VarSet and V are undefined in using this .fricas.input.
>
> Do you know why?
This is due to frames. .fricas.input is processed in initial
frame, while normal user session gets different frame. You
are not the first to be surprised by this behaviour.
I guess we should allow initializing user frame from
.fricas.input, but that requires some thought to
properly define what should happen.
--
Waldek Hebisch