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

Gremlin queries #27

Open
ZackGC opened this issue Dec 18, 2012 · 1 comment
Open

Gremlin queries #27

ZackGC opened this issue Dec 18, 2012 · 1 comment

Comments

@ZackGC
Copy link
Contributor

ZackGC commented Dec 18, 2012

If we can successfully wrap a Gremlin object and override some of the methods provided, we can expose an excellent and intuitive interface for gremlin without much work.

@ZackGC
Copy link
Contributor Author

ZackGC commented Dec 18, 2012

I've started working on this in gremlin.clj but I haven't been able to muster enough skill to extend it well. I'd like to override methods that take in String arrays and expose idiomatic Clojure methods.

So instead of

(query vertex
   (out (into-array String "friends"))

We could just do

(query vertex
   (out "friends"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant