Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve use of T #77

Open
spmallette opened this issue Jun 3, 2016 · 0 comments
Open

Improve use of T #77

spmallette opened this issue Jun 3, 2016 · 0 comments

Comments

@spmallette
Copy link
Contributor

In Gremlin and java T gets statically imported so that you don't have to see it so much. This:

g.addV(T.id, 1)

becomes

g.addV(id,1)

Perhaps there could be something smart for Ogre to avoid:

(addV T/id 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant