This is very cool. Thanks. I mentioned something like this a week ago here and I've been thinking about it since (didn't get anything started though). One thing that I got hung up on was security. Can this allow for arbitrary Java code execution? Pasting in
def x = new Date(); x seems to work. Is that a valid concern? I'd like to contribute once you get the source on github. On Wednesday, March 16, 2016 at 2:33:18 PM UTC-4, Dmill wrote: > > Hey guys, > > I wanted to announce that www.gremlinbin.com is prime for beta. > > GremlinBin is essentially an online console/sandbox for you to test run > your Gremlin queries, then save them and share them with other users via > links. Think of it as a jsFiddle or pasteBin for Gremlin. > > It's still in it's early stages so there is no mobile support and there > are annoyingly verbose errors (if you encounter any; to help with reporting > to github). Both of these will go with future updates. > > I will however guaranty that the links to your "bins" will not break with > future updates so feel free to use them in blogs/emails/etc. > Here's one to give you an idea : > http://www.gremlinbin.com/bin/view/56e9a41538639 > > Let me know what you think. And feel free to open issues on github if you > have any feature requests (or are encountering glitches). > > Big thanks goes to JB Musso for his work on the js driver, Stephen for > putting up with me and the others for their valuable feedback. > > Cheers. > > >