Closed jeffvroom closed 8 years ago
Java7 and Java8 support has been added. Though technically we support lambda's by converting them to new expressions for both JS and the dynamic engine, no testing has been done there. For JS, one problem is that we need an open source version of the extensions in the language like Sequences for lambda's in JS to be useful.
Currently you get errors unless you are running java 5 or java 6.
The first step is to allow you to run SC with java 7 or 8.
The second step - the enhancement part - is to add the language extensions so SC can pre-process code with these extensions.