Hi Jorge, > Instead of supporting a ScriptEngine or enable providers to implement one, > TP4 could be a good opportunity to ditch script engines while continue > supporting gremlin-groovy string literals using language recognition > engines like ANTLR.
Huh…….. Can you explain how you think of using ANTLR vs ScriptEngine.submit(String) > Language recognition and parsing engines have several benefits over the > current approach, most notably that it's safe to parse text using language > recognition as it results in string tokens, opposed to let users run code > in a sandboxed vm. How would the ANTLR-parsed text ultimately be executed? Thanks, Marko. http://rredux.com <http://rredux.com/>
