Re: Perl Implementation Language

2000-09-20 Thread Daniel Chetlin
On Wed, Sep 20, 2000 at 01:52:47PM +0100, Nick Ing-Simmons wrote: > Tom Hughes <[EMAIL PROTECTED]> writes: > > > >What I'd like to see us avoid is the current situation where trying > >to examine the value of an SV in the debugger is all but impossible > >for anybody other than a minor god. > > W

RE: CORBA as core future perl

2000-09-20 Thread Garrett Goebel
From: John van V [mailto:[EMAIL PROTECTED]] > > I'm not sure where CORBA fits into the picture I doubt it fits in the internals... > But one of the contractors here is thinking about switching > to python to get the CORBA implementation, he claims perl is > not serious in that direction. We

CORBA as core future perl

2000-09-20 Thread John van V
I'm not sure where CORBA fits into the picture, frankly, it will probably never impact my niche, which is dumb-ass operation$. But one of the contractors here is thinking about switching to python to get the CORBA implementation, he claims perl is not serious in that direction. The only reas

Re: Perl Implementation Language

2000-09-20 Thread Nick Ing-Simmons
Tom Hughes <[EMAIL PROTECTED]> writes: > >What I'd like to see us avoid is the current situation where trying >to examine the value of an SV in the debugger is all but impossible >for anybody other than a minor god. What is so hard about: gdb> call Perl_sv_dump(sv) ??? > >Tom -- Nick Ing-Sim