Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EASE/Engines"

(Created page with "= Supported Script Engines = {| class="wikitable" ! Engine ! Editors ! Debug support ! Modules |- |Rhino |[https://www.eclipse.org/webtools/jsdt/ JSDT] |yes |yes |- |Nashor...")
 
Line 8: Line 8:
  
 
|-
 
|-
|Rhino
+
|[https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino Rhino]
 
|[https://www.eclipse.org/webtools/jsdt/ JSDT]
 
|[https://www.eclipse.org/webtools/jsdt/ JSDT]
 
|yes
 
|yes
Line 14: Line 14:
  
 
|-
 
|-
|Nashorn
+
|[http://openjdk.java.net/projects/nashorn/ Nashorn]
 
|[https://www.eclipse.org/webtools/jsdt/ JSDT]
 
|[https://www.eclipse.org/webtools/jsdt/ JSDT]
 
|no<sup>1</sup>
 
|no<sup>1</sup>
Line 20: Line 20:
  
 
|-
 
|-
|Jython
+
|[http://www.jython.org/ Jython]
 
|[http://pydev.org/ PyDev]
 
|[http://pydev.org/ PyDev]
 
|in development
 
|in development
Line 26: Line 26:
  
 
|-
 
|-
|Groovy
+
|[http://groovy.codehaus.org/ Groovy]
 
|
 
|
 
|no
 
|no
Line 32: Line 32:
  
 
|-
 
|-
|JRuby
+
|[http://jruby.org/ JRuby]
 
|
 
|
 
|no
 
|no

Revision as of 04:38, 16 October 2014

Supported Script Engines

Engine Editors Debug support Modules
Rhino JSDT yes yes
Nashorn JSDT no1 yes
Jython PyDev in development yes
Groovy no yes
JRuby no yes

1 ... Nashorn does not provide a debugger interface

Back to the top