Re: RFC 83 (v2) Make constants look like variables

2000-08-16 Thread Chaim Frenkel
> "JS" == John Siracusa <[EMAIL PROTECTED]> writes: JS> On 8/16/00 12:37 PM, Perl6 RFC Librarian wrote: >> It is proposed that a new syntax for declaring constants be introduced: >> >> my $PI : constant = 3.1415926; >> my @FIB : constant = (1,1,2,3,5,8,13,21); >> my %ENG_ERRORS : constant =

Re: RFC 83 (v2) Make constants look like variables

2000-08-16 Thread John Siracusa
On 8/16/00 3:55 PM, John Siracusa wrote: > On 8/16/00 12:37 PM, Perl6 RFC Librarian wrote: >> This RFC proposes that the current constant.pm module removed, and >> replaced with a syntax allowing any variable to be marked as constant. > > Unfortunately, I submitted an nearly identical RFC yesterd

Re: RFC 83 (v2) Make constants look like variables

2000-08-16 Thread John Siracusa
On 8/16/00 12:37 PM, Perl6 RFC Librarian wrote: > This RFC proposes that the current constant.pm module removed, and > replaced with a syntax allowing any variable to be marked as constant. Unfortunately, I submitted an nearly identical RFC yesterday because I didn't see the existing one (I searc