Contributor - Octave Oct-Files
Description
Scilab provides an API called API Scilab. Through this API, receive / sending data can be done from/to thirdparty libraries. It is the standard mechanism to extend Scilab features. Similar things are done in almost all scripting languages.
The goal of this project is to provide a wrapping of Octave Oct-Files headers on API Scilab. Thanks to that, Octave toolboxes will be easier to port to Scilab.
Ideas
Use API_Scilab to do so.
Links
http://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html
Similar work with Matlab & R