[Neo4j] Create Custom Gremlin Steps in Any JVM Language

2011-08-22 Thread espeed
During my experimentation in creating Gremlin user-defined steps (https://github.com/tinkerpop/gremlin/wiki/User-Defined-Steps), I had a thought -- what if you could create a Gremlin step using any JVM language? Well as it turns out, you can. I created a library that provides an example for how

Re: [Neo4j] Create Custom Gremlin Steps in Any JVM Language

2011-08-22 Thread Peter Neubauer
Nice effort James, Thanks a lot! /peter Sent from my phone. On Aug 22, 2011 5:41 PM, espeed ja...@jamesthornton.com wrote: During my experimentation in creating Gremlin user-defined steps (https://github.com/tinkerpop/gremlin/wiki/User-Defined-Steps), I had a thought -- what if you could