You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Christos Oikonomou <ch...@gmail.com> on 2015/04/01 20:14:49 UTC

Gremlin console

Hello to everyone

After a mistake in gremlin console why this never recovers? I have to
restart to give new command!

Secondly a simply gremlinUI in addition to gremlin console could be
something useful or this would have no use? What your opinion about this
idea?

Regards
Christos

Re: Gremlin console

Posted by Stephen Mallette <sp...@gmail.com>.
I'm not sure what you mean by a "mistake" or "never recovers".  Please
provide an example.

As for the second half of your question about a "gremlinUI", i'm not sure
what you mean by that.  I tend to find the standard Gremlin Console just
right for experimenting and proving out ideas which i then turn into
production code.  Could you expand your thoughts on where you're going with
that?  What do you feel could be better?

On Wed, Apr 1, 2015 at 2:14 PM, Christos Oikonomou <ch...@gmail.com>
wrote:

> Hello to everyone
>
> After a mistake in gremlin console why this never recovers? I have to
> restart to give new command!
>
> Secondly a simply gremlinUI in addition to gremlin console could be
> something useful or this would have no use? What your opinion about this
> idea?
>
> Regards
> Christos
>

Re: Gremlin console

Posted by Christos Oikonomou <ch...@gmail.com>.
No there is no problem for me with cmd or shell (I use cygwin a lot).

But this days I am doing brain storming trying to find useful additions in
this project. I ask you for that idea because I was not sure if this will
be helpful or not to the project!

Your answers I believe was clear about that

Thanks
Christos

On Wed, Apr 1, 2015 at 10:53 PM, Stephen Mallette <sp...@gmail.com>
wrote:

> The Gremlin Console should already work well in any environment that can
> host a JVM.  If that is a problem, then it's something we need to address
> somehow.  I think Windows users have a little bit more trouble than those
> in a shell environment because TinkerPop folks tend to be good at shell
> scripting and less good at windows batch scripting.  We've solicited help
> from the community in that Windows area and haven't gotten much support.
> It would be nice if our Windows script was equal to the shell script - it's
> pretty close, but I'm not so sure it's a perfect match in all ways.
>
> As a new user, it would be nice to hear what you think could be friendlier
> in getting started.
>
> On Wed, Apr 1, 2015 at 3:04 PM, Christos Oikonomou <ch...@gmail.com>
> wrote:
>
> > Daniel answer solve my problem!
> >
> > Stephen I thought that a simply graphic interface for gremlin console
> will
> > be more 'friendly' to for new user of tinkerpop.
> >
> > Also this will work to all environments so we will not have the need of
> .sh
> > and .bat. I do not have any other use on my mind that why I ask if this
> > will help.
> >
> > I understand that the user of tinkerpop are at least a little familiar
> > terminal or cmd but you are more informed than me for the needs of
> > tinkerpops' users, if you said that we do not need this ok!
> >
> > Regards,
> > Christos
> >
> > On Wed, Apr 1, 2015 at 9:48 PM, Daniel Kuppitz <me...@gremlin.guru> wrote:
> >
> > > >
> > > > After a mistake in gremlin console why this never recovers? I have to
> > > > restart to give new command!
> > >
> > >
> > > In TP2 use:
> > >
> > > gremlin> clear
> > >
> > >
> > > In TP3 use:
> > >
> > > gremlin> :clear
> > >
> > >
> > > Cheers,
> > > Daniel
> > >
> > >
> > > On Wed, Apr 1, 2015 at 8:14 PM, Christos Oikonomou <
> > chrikon1994@gmail.com>
> > > wrote:
> > >
> > > > Hello to everyone
> > > >
> > > > After a mistake in gremlin console why this never recovers? I have to
> > > > restart to give new command!
> > > >
> > > > Secondly a simply gremlinUI in addition to gremlin console could be
> > > > something useful or this would have no use? What your opinion about
> > this
> > > > idea?
> > > >
> > > > Regards
> > > > Christos
> > > >
> > >
> >
>

Re: Gremlin console

Posted by Stephen Mallette <sp...@gmail.com>.
The Gremlin Console should already work well in any environment that can
host a JVM.  If that is a problem, then it's something we need to address
somehow.  I think Windows users have a little bit more trouble than those
in a shell environment because TinkerPop folks tend to be good at shell
scripting and less good at windows batch scripting.  We've solicited help
from the community in that Windows area and haven't gotten much support.
It would be nice if our Windows script was equal to the shell script - it's
pretty close, but I'm not so sure it's a perfect match in all ways.

As a new user, it would be nice to hear what you think could be friendlier
in getting started.

On Wed, Apr 1, 2015 at 3:04 PM, Christos Oikonomou <ch...@gmail.com>
wrote:

> Daniel answer solve my problem!
>
> Stephen I thought that a simply graphic interface for gremlin console will
> be more 'friendly' to for new user of tinkerpop.
>
> Also this will work to all environments so we will not have the need of .sh
> and .bat. I do not have any other use on my mind that why I ask if this
> will help.
>
> I understand that the user of tinkerpop are at least a little familiar
> terminal or cmd but you are more informed than me for the needs of
> tinkerpops' users, if you said that we do not need this ok!
>
> Regards,
> Christos
>
> On Wed, Apr 1, 2015 at 9:48 PM, Daniel Kuppitz <me...@gremlin.guru> wrote:
>
> > >
> > > After a mistake in gremlin console why this never recovers? I have to
> > > restart to give new command!
> >
> >
> > In TP2 use:
> >
> > gremlin> clear
> >
> >
> > In TP3 use:
> >
> > gremlin> :clear
> >
> >
> > Cheers,
> > Daniel
> >
> >
> > On Wed, Apr 1, 2015 at 8:14 PM, Christos Oikonomou <
> chrikon1994@gmail.com>
> > wrote:
> >
> > > Hello to everyone
> > >
> > > After a mistake in gremlin console why this never recovers? I have to
> > > restart to give new command!
> > >
> > > Secondly a simply gremlinUI in addition to gremlin console could be
> > > something useful or this would have no use? What your opinion about
> this
> > > idea?
> > >
> > > Regards
> > > Christos
> > >
> >
>

Re: Gremlin console

Posted by Christos Oikonomou <ch...@gmail.com>.
Daniel answer solve my problem!

Stephen I thought that a simply graphic interface for gremlin console will
be more 'friendly' to for new user of tinkerpop.

Also this will work to all environments so we will not have the need of .sh
and .bat. I do not have any other use on my mind that why I ask if this
will help.

I understand that the user of tinkerpop are at least a little familiar
terminal or cmd but you are more informed than me for the needs of
tinkerpops' users, if you said that we do not need this ok!

Regards,
Christos

On Wed, Apr 1, 2015 at 9:48 PM, Daniel Kuppitz <me...@gremlin.guru> wrote:

> >
> > After a mistake in gremlin console why this never recovers? I have to
> > restart to give new command!
>
>
> In TP2 use:
>
> gremlin> clear
>
>
> In TP3 use:
>
> gremlin> :clear
>
>
> Cheers,
> Daniel
>
>
> On Wed, Apr 1, 2015 at 8:14 PM, Christos Oikonomou <ch...@gmail.com>
> wrote:
>
> > Hello to everyone
> >
> > After a mistake in gremlin console why this never recovers? I have to
> > restart to give new command!
> >
> > Secondly a simply gremlinUI in addition to gremlin console could be
> > something useful or this would have no use? What your opinion about this
> > idea?
> >
> > Regards
> > Christos
> >
>

Re: Gremlin console

Posted by Daniel Kuppitz <me...@gremlin.guru>.
>
> After a mistake in gremlin console why this never recovers? I have to
> restart to give new command!


In TP2 use:

gremlin> clear


In TP3 use:

gremlin> :clear


Cheers,
Daniel


On Wed, Apr 1, 2015 at 8:14 PM, Christos Oikonomou <ch...@gmail.com>
wrote:

> Hello to everyone
>
> After a mistake in gremlin console why this never recovers? I have to
> restart to give new command!
>
> Secondly a simply gremlinUI in addition to gremlin console could be
> something useful or this would have no use? What your opinion about this
> idea?
>
> Regards
> Christos
>