stratacode / issues

Empty StrataCode project to store github issues
0 stars 0 forks source link

StrataCode does not work with Java 7 or Java 8 #20

Closed jeffvroom closed 8 years ago

jeffvroom commented 10 years ago

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.

jeffvroom commented 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.