On Sat, 15 Apr 2023, 15:39 Ralf Hemmecke, <[email protected]> wrote:

> On 15.04.23 13:04, Dima Pasechnik wrote:
> > A proper interface to FriCAS in Sage ought to be like the one we have for
> > Maxima - via embedded libECL, where Maxima is loaded as an precompiled
> Lisp
> > code.
>
> Not my goal currently. Anyway, it is restricted to ECL


any Lisp with a library wrapper should be easily adapted here, I suppose.

 and even though
> the "temporary file" problem would be solve, one still needs a lot of
> machinery to translate the actual objects from one system into the other
> if one needs the actual value.
>
> I generic interface is anyway never needed. I guess also Sage just picks
> out a couple of useful features from other systems


no, not really. E.g. with libgap (library interface to GAP) you can really
write anything you can do in GAP in Python syntax in Sage,
the interface is not requiring you to write boilerplate interface code.

I don't know much about ECL  Lisp interface in Sage, but I gather you can
easily call Lisp functions and get the results back.
I don't know anything about how FriCAS translates its calls to Lisp and
back, so I can't say how easily it would be to achieve a similar feat for
FriCAS.

Dima

and then optimizes an
> interface to such functions. And maybe this means to use a different
> machinery to interface two different parts of the other system.
>
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/fricas-devel/5e577230-7cb6-d0fc-4a2a-9e45807a600f%40hemmecke.de
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/CAAWYfq1ODYk6a_cBUemK8DUO08GwiAKkB_Xj73Kzj0oM7KQGyw%40mail.gmail.com.

Reply via email to