ES6 Tail Call Optimization in Nashorn?

226 views Asked by At

Given that ES6 support is being worked on in Nashorn team and lack of proper Tail Call Optimization in JVM, how is this problem being tackled?

I know that the topic of Tail Calls has been debated to death so I'm much more interested in any workaround that Nashorn applies to be ES6 compliant.

With languages like ES6, Clojure and Scala - JVM is working really hard NOT to get TCO. Is there any useful resource I can follow to learn more about the Nashorn implementation and workarounds - I'm primarily interested in Nashorn and ES6+ support on JVM.

0

There are 0 answers