Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 039510b0f13141e56bfeaffef8805a0676863db7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<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>

Back to the top