1 | | With maxima-as-an-ecl-library and ecl accessible as a library, we can start interfacing with maxima via a binary library interface. |
2 | | This should be more efficient and more robust, because expressions |
3 | | can be transmitted in a much richer format than text and parsing does |
4 | | not have to recognise error messages and questions (since communication does not go via STDIN/STDOUT anymore) |
| 1 | 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) |