Solved

Which scripting language performs best?

  • 9 February 2022
  • 2 replies
  • 64 views

Userlevel 1

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

icon

Best answer by sam 11 February 2022, 17:45

View original

2 replies

Userlevel 5
Badge

@mblahay

 

I misspoke, Javascript would perform the best. 

Userlevel 1
Badge

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