Justin Workman

Results 93 comments of Justin Workman

I have been running some of the provided examples as well as custom experiments on GraalVM for version 8.0.0 of Jenetics and haven't run into any problems yet 👍

In short: - Installed IntelliJ IDEA (Community Edition) - Initialized a new Java project in the IDE (When given the option, chose the latest GraalVM as the JDK) - Wrote...

Update: I just tried modifying [GrammaticalJavaScriptEvolution.java](https://github.com/jenetics/jenetics/blob/master/jenetics.example/src/main/java/io/jenetics/example/GrammaticalJavaScriptEvolution.java) to use GraalVM's polyglot interop instead of the `nashorn` engine (which isn't available in GraalVM, and potentially no longer available in other JDKs if...