Re: Numeric Literals (Summary)

[email protected] (Michael Lazzaro) Thu, 14 Nov 2002 10:46:40 -0800
Newsgroups perl.perl6.documentation
Message-ID <[email protected]>
On Thursday, November 14, 2002, at 10:37  AM, Angel Faus wrote:
> I thought that bin/oct/hex literals where deprecated in favour of
> explicit radix notation. But maybe I am wrong. I am?

AFAIK, I don't think it has been decided.  Some people like the old 
format, some people like the radix format, most people don't want 
'0123' to mean octal (which is why 0c0123 is there).  Personally, I 
don't see any big reason why we can't support the older format too, 
since it's familiar and oft-used.

MikeL