DirkHaehnel / matlabcontrol

Automatically exported from code.google.com/p/matlabcontrol
0 stars 0 forks source link

JSR-223 Support #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
New facade for existing matlabcontrol code

Implementation of the JSR-223 API

We (CSIRO Marine and Atmospheric Research) are using Matlabcontrol as a JSR-223 
bridge to Matlab from our code, this lets us treat Matlab as just another 
execution engine like other JVM based languages such as JRuby, Groovy, Jython 
(we also use native code based bridges to R and Perl). Implementing the JSR-223 
API in Matlabcontrol will ease its adoption into existing systems. We can 
contribute the JSR-223 bindings under MIT licence from our nascent TrikeND 
(http://sourceforge.net/projects/trikend/) project to be maintained within 
Matlabcontrol.

Original issue reported on code.google.com by whatni...@gmail.com on 17 Jul 2011 at 7:34

GoogleCodeExporter commented 9 years ago
No current plan to implement the JSR-223 interface. May revisit in the future.

Original comment by nonot...@gmail.com on 26 Oct 2011 at 6:25

GoogleCodeExporter commented 9 years ago
Initial version of a JSR-223-compliant script implementation, driven by 
matlabcontrol:
https://github.com/scijava/scripting-matlab

Will be released and announced to the ImageJ community next week.
http://imagej.net/

Original comment by ctrue...@gmail.com on 1 Aug 2014 at 8:54