[Contents] [TitleIndex] [WordIndex

Java scripting API

Currently it is possible to call the Scilab engine using javasci however the API is a custom one, designed by usage and with passed-by-copy arguments. A language abstract scripting API is provided by the JVM to open the door to scripting languages and Scilab should use it.

The implementation should by mapped to Scilab native entry points either using a new SWIG generated interface or the existing call_scilab API.

See also


2022-09-08 09:26