Closed eparejatobes closed 9 years ago
What I think is possible is to make some sort of typed variant of Gremlin, deferring all work to the untyped version as now (basically with Gremlin3 classes taking the place of the untyped stuff here (which would reduce the number of params)). We would need to
It's a lot of writing, but looks perfectly possible
TinkerPop3 is still not stable. Closing, we will start work on this once there's a TinkerPop 3.0 release
This is a bit tricky. Maybe we could subclass Traversal (and all steps) and make them typed, while using our types in the implementation?