John Porter wrote:
>
> Larry Wall wrote:
> >
> > : do you think conflating @ and % would be a perl6 design win?
> >
> > Nope, I still think most ordinary people want different operators for
> > strings than for numbers.
>
> Different operators, conflated data type.
>
> That's what we have for scalars already.
>
> Makes sense to have it for containers indexed by scalar as well.
add an explicit accuracy limit
@container : accuracy 0.01;
and you've got a language where
$container[2/3]
is guaranteed to access the same slot as
$container[.6668]
Now that's what I call going up to eleven!
--
David Nicol 816.235.1187 [EMAIL PROTECTED]
die 'smiling' if $still_debugging;
- Re: what I meant about hungarian notation Hillary
- Re: what I meant about hungarian notation Larry Wall
- Re: what I meant about hungarian notation Me
- Re: what I meant about hungarian notation Larry Wall
- Re: what I meant about hungarian notation John Porter
- RE: what I meant about hungarian notation David Grove
- Re: what I meant about hungarian notation Simon Cozens
- Re: what I meant about hungarian notation David L. Nicol
- Re: what I meant about hungarian notation Jarkko Hietaniemi
- Re: what I meant about hungarian notation Simon Cozens
- RE: what I meant about hungarian notation <C. Garrett Goebel>
- Re: what I meant about hungarian notation Me
- Re: what I meant about hungarian notation Larry Wall
- Re: what I meant about hungarian notation Me
- Re: what I meant about hungarian notation Damian Conway
- Re: what I meant about hungarian notation Michael G Schwern
- Re: what I meant about hungarian notation Me
- Re: what I meant about hungarian notation Graham Barr
