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