Re: RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Gregory S Hayes
> *Allowing* typing is not the same as *demanding* typing. Adding types will > not make the 'universal scalar variable' any less accessible or convenient. My mistake, I believed that the aforementioned types would become a requirement ala C/C++ and many other languages. Greg -

Re: RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Nathan Wiger
Gregory S Hayes wrote: > > Types just seem so very un-perl. There is much to be said for the > universal scalar vairable. I'm not sure I fully understand just why we > NEED types in the language. > So what are the benifits of types? Note: I am *not* claiming to be pro-types. However, in cases

Re: RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Jeremy Howard
Gregory S Hayes wrote: > Types just seem so very un-perl. There is much to be said for the > universal scalar vairable. I'm not sure I fully understand just why we > NEED types in the language. We have functions such as: > > my $integervalue = int($value); > > and... > > my $float = sprintf("%2.2f

Re: RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Gregory S Hayes
Nathan Wiger wrote: > > > Programs will specify arithmetic processing in typical Perl fashion: > > > > use integer qw(32bit unsigned); > > use integer qw(64bit); > > > > Perl semantics will reflect this value until the end of current block. > > I wonder if this wouldn't be better handled on

Re: RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Nathan Wiger
> Programs will specify arithmetic processing in typical Perl fashion: > > use integer qw(32bit unsigned); > use integer qw(64bit); > > Perl semantics will reflect this value until the end of current block. I wonder if this wouldn't be better handled on an item-by-item basis like other lang

RFC 209 (v1) Fuller integer support in Perl.

2000-09-11 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Fuller integer support in Perl. =head1 VERSION Maintainer: Shane Kerr <[EMAIL PROTECTED]> Date: 11 Sep 2000 Mailing List: [EMAIL PROTECTED] Number: 209 Version: 1 Status: Developing =head1 ABS