Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/938
thanks for the explanation. it looks like it's script based and not
bytecode based. it would be cool to see bytecode support in the future. you
might also consider implementing our test suite to ensure compliance with the
Gremlin language. they are gherkin based tests and thus designed to be
cross-language compatible:
https://github.com/apache/tinkerpop/tree/master/gremlin-test/features
You can read a bit about their structure here:
http://tinkerpop.apache.org/docs/3.4.0-SNAPSHOT/dev/developer/#_gremlin_language_test_cases
Anyway - very cool. Please keep us up to date on how things go with your
project. Please feel free to use the gremlin-users mailing list to
promote/support Gremlex:
https://groups.google.com/forum/#!forum/gremlin-users
---