blob: 039510b0f13141e56bfeaffef8805a0676863db7 [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" href="../webroot/stylesheet.css">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
</head>
<body>
<h1>Script Languages</h1>
EASE does support multiple script languages. Supported features differ depending on their language capabilities.
<table class="center">
<tr>
<th ></th>
<th >Launch</th>
<th >Shell</th>
<th >Modules</th>
<th >Scripts</th>
<th >Unit Test</th>
<th >Debug</th>
</tr>
<tr>
<td>Rhino</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>Nashorn</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>Python&nbsp;(Py4J)</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>Jython</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>Groovy</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>JRuby</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>Beanshell<sup>1</sup></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>JVM</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>UnitTest</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
</tr>
<tr>
<td>Script Archive</td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
<td><img src="../webroot/not_supported.png" width="20" alt="ok"/></td>
</tr>
</table>
<p>
<sup>1</sup> The beanshell implementation is a proof of concept availabe <a href="http://codeandme.blogspot.co.at/2015/12/a-new-interpreter-for-ease-1-playing.html">as tutorial</a>.
</p>
</body>
</html>