|
| From: | Axul Zwar |
| Subject: | [Octave-bug-tracker] [bug #62308] use of octave::feval causes error: function '...' not found |
| Date: | Sun, 24 Apr 2022 02:18:14 -0400 (EDT) |
Follow-up Comment #15, bug #62308 (project octave):
I wrote 8 interfaces to base mathematical packages including Octave. And all
SDK's provide a very similar way to work with it.
1. Maple - StartMaple(...) + StopMaple(...)
2. Mathematica - MLInitialize(...) + MLDeinitialize(...)
3. Matlab - engOpen() + engClose(...)
4. Python - Py_Initialize() + Py_Finalize() (some specific)
5. R - Rf_initEmbeddedR(...) + Rf_endEmbeddedR(...)
6. Ruby - ruby_init() + ruby_cleanup(...)
7. Scilab - StartScilab(...) + TerminateScilab()
I think that a solution in 6.4.0 with execute() + shutdown() is a better
choice and more logical.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?62308>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |