Is there a particular scripting language that performs better; Groovy, Jython, Javascript?
Solved
Which scripting language performs best?
Best answer by sam
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.