Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-22 Thread Sergei Steshenko
--- On Tue, 4/21/09, Mitchell Laks ml...@post.harvard.edu wrote: From: Mitchell Laks ml...@post.harvard.edu Subject: Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages? To:

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-22 Thread Mitchell Laks
On 23:26 Tue 21 Apr , Sergei Steshenko wrote: Of course, Perl allows dynamic compilation/binding, i.e. one can add some new piece of code to a running instance. Has anyone verified absence of memory leaks doing such things frequently ? WRT memory leaks I prefer to be on the safe side

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-21 Thread Mitchell Laks
On 22:09 Sun 19 Apr , Sergei Steshenko wrote: Well, I do not know Python except for vewry basic/primitive stuff. However, Perl is a strategically different from Python language, i.e. it has fundamental features Python doesn't have or has them in a very rudimentary form. I think you

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-21 Thread Mitchell Laks
On 17:36 Mon 20 Apr , muppet wrote: Remco Wouts did something along those lines: http://mail.gnome.org/archives/gtk-perl-list/2005-January/msg00128.html as did i: http://asofyet.org/muppet/software/gtk2-perl/gish.html http://asofyet.org/muppet/software/gtk2-perl/gws.html There

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-21 Thread Sergei Steshenko
--- On Tue, 4/21/09, Mitchell Laks ml...@post.harvard.edu wrote: From: Mitchell Laks ml...@post.harvard.edu Subject: Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages? To:

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-20 Thread muppet
Mitchell Laks wrote: I like perl and gtk2 and would rather use it than xyz (other languages :)). Can we set up a working interactive REPL with gtk2-perl as with pygtk for instance. I can use Devel::REPL to start and build the gui but then I lose the interaction control once I start

Re: Idea: Can we modify Devel::REPL or combine with Perl Object Environment to have programmatic interaction with a gtk2-perl process like in other languages?

2009-04-20 Thread Ryan Niebur
Hi! On Mon, Apr 20, 2009 at 05:36:07PM -0400, muppet wrote: Mitchell Laks wrote: I like perl and gtk2 and would rather use it than xyz (other languages :)). Can we set up a working interactive REPL with gtk2-perl as with pygtk for instance. I can use Devel::REPL to start and