Re: PDD 2, vtables

2001-02-08 Thread Jarkko Hietaniemi
> > I didn't put UTF-8 in on purpose, because I'd just as soon not deal with it > > internally. Variable length character data's a pain in the butt, and if we > > can avoid having the internals deal with it except as a source that gets > > converted to UTF-32, that's fine with me. > > I agree

Re: PDD 2, vtables

2001-02-08 Thread Edwin Steiner
Dan Sugalski wrote: > > At 11:57 AM 2/8/2001 +0100, Edwin Steiner wrote: > >Dan Sugalski wrote: > > > At 04:02 PM 2/7/2001 +, David Mitchell wrote: > > > > > >Please see my previous post on the subject. As I pointed there, > > > > implementing > > > > > >|| and && like that breaks short-circu

Re: PDD 2, vtables

2001-02-08 Thread Dan Sugalski
At 11:57 AM 2/8/2001 +0100, Edwin Steiner wrote: >Dan Sugalski wrote: > > At 04:02 PM 2/7/2001 +, David Mitchell wrote: > > > > >Please see my previous post on the subject. As I pointed there, > > > implementing > > > > >|| and && like that breaks short-circuits. > > > > > > > > No, it doesn't

Re: PDD 2, vtables

2001-02-08 Thread Dan Sugalski
At 12:12 PM 2/8/2001 +, Nicholas Clark wrote: >On Wed, Feb 07, 2001 at 01:24:27PM -0500, Dan Sugalski wrote: > > At 06:12 PM 2/7/2001 +, Nicholas Clark wrote: > > > >But I don't like the thought of going in and out of a lot of generic > > >routines for > > > > > >$a = 3; > > >$a += 2; > >

Re: PDD 2, vtables

2001-02-08 Thread Nicholas Clark
On Wed, Feb 07, 2001 at 01:24:27PM -0500, Dan Sugalski wrote: > At 06:12 PM 2/7/2001 +, Nicholas Clark wrote: > >But I don't like the thought of going in and out of a lot of generic > >routines for > > > >$a = 3; > >$a += 2; > > > >when the integer scalar ought to know what the inside of anot

Re: PDD 2, vtables

2001-02-08 Thread Edwin Steiner
Dan Sugalski wrote: > At 04:02 PM 2/7/2001 +, David Mitchell wrote: > > > >Please see my previous post on the subject. As I pointed there, > > implementing > > > >|| and && like that breaks short-circuits. > > > > > > No, it doesn't. Just because you pass in two PMCs doesn't mean that they >