Hello Waldek,
outputTran contains something like this...
VECP x =>
outputTran ['BRACKET,['AGGLST,:[x.i for i in 0..MAXINDEX x]]]
In order to translate that into spad I need to be able to deal with
arrays in OutputForm. But I'm already unable to ask whether x is a
string, i.e. I have to assume that SExpression is the Rep of OutputForm.
That might be OK and gives me functions like string? and integer? and a
few others. But I cannot ask whether the given x is an array. Honestly,
I don't even know whether an array counts as a proper thing that falls
under SExpression, i.e. that it wouldn't be wrong to say
sex: SExpression := x pretend SExpression
right at the beginning of the SPAD translation. In fact, I think all tha
LISP functionality (like VECP) should be moved to SExpression and
SExpression should get appropriate exports.
Any suggestion?
Thank you
Ralf
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.