Opened 11 years ago
Last modified 10 years ago
#7377 closed enhancement
Symbolic Ring to Maxima via EclObject — at Initial Version
Reported by: | nbruin | Owned by: | burcin |
---|---|---|---|
Priority: | major | Milestone: | sage-4.7.1 |
Component: | symbolics | Keywords: | |
Cc: | burcin, saliola, jpflori | Merged in: | |
Authors: | Nils Bruin | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This ticket is dependent on #6781, #7287.
With maxima-as-an-ecl-library and ecl accessible as a library, we can start interfacing with maxima via a binary library interface. This should be more efficient and more robust, because expressions can be transmitted in a much richer format than text and parsing does not have to recognise error messages and questions (since communication does not go via STDIN/STDOUT anymore)
Note: See
TracTickets for help on using
tickets.
example package for how to accomplish said interface