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...")
 
 
(6 intermediate revisions by one other user not shown)
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
+
|yes
 
|yes
 
|yes
  
 
|-
 
|-
|Groovy
+
|[http://groovy-lang.org/ Groovy]
|
+
|[https://marketplace.eclipse.org/content/groovy-development-tools GDT]
 
|no
 
|no
 
|yes
 
|yes
  
 
|-
 
|-
|JRuby
+
|[http://jruby.org/ JRuby]
 
|
 
|
 
|no
 
|no
Line 39: Line 39:
 
|}
 
|}
  
<sup>1</sup> ... Nashorn does not provide a debugger interface
+
<sup>1</sup> ... Nashorn does not provide a debugger interface<br />
 +
 
 +
[[Category:EASE]]

Latest revision as of 14:54, 9 November 2018

Supported Script Engines

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

1 ... Nashorn does not provide a debugger interface

Back to the top