Skip to main content

Is there a particular scripting language that performs better; Groovy, Jython, Javascript?

@mblahay

 

I misspoke, Javascript would perform the best. 


JavaScript is the one to use. Note that it runs via the Nashorn engine, so it won’t have the most recent JavaScript features. However, it has a few extensions including the “for each … in” syntax: https://wiki.openjdk.java.net/display/Nashorn/Nashorn+extensions


Reply