Stephen Mallette created TINKERPOP-2366:
-------------------------------------------
Summary: Gremlin Translator for Python
Key: TINKERPOP-2366
URL: https://issues.apache.org/jira/browse/TINKERPOP-2366
Project: TinkerPop
Issue Type: Improvement
Components: python
Affects Versions: 3.4.6
Reporter: Stephen Mallette
There is often a need to convert bytecode to its script like representation and
it is helpful to be able to do this natively in all programming languages.
While there is support for this feature in Java and Javascript this
functionality does not yet exist in Python.
https://github.com/apache/tinkerpop/blob/3.4.6/gremlin-javascript/src/main/javascript/gremlin-javascript/lib/process/translator.js
https://github.com/apache/tinkerpop/blob/3.4.6/gremlin-groovy/src/main/java/org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyTranslator.java
--
This message was sent by Atlassian Jira
(v8.3.4#803005)