John Porter <[EMAIL PROTECTED]> writes: >Michael Fowler <[EMAIL PROTECTED]>: >> >> use typing; # place your fingers on the home row.. >> >> my integer $quux = 4; > >I believe that would have to be > > integer my $quux = 4; > >at least in perl5... Well Larry has been using my Dog $spot; for a while. But I just realized if $ is one of something, @ sereral etc. then do we need a magic char to designate 'type' (class or whatever). I suppose: my ¢Dog $spot; # That is "cent" i.e. c with line. might do ;-) -- Nick Ing-Simmons
- RFC 15 (v1) Stronger typing through tie. Perl6 RFC Librarian
- Re: RFC 15 (v1) Stronger typing through tie. John Porter
- Re: RFC 15 (v1) Stronger typing through tie. Nick Ing-Simmons
- Re: RFC 15 (v1) Stronger typing through t... John Porter
- Imrpoving tie() (Re: RFC 15 (v1) Stronger typing... Nathan Wiger
- Re: Imrpoving tie() (Re: RFC 15 (v1) Stronge... Dan Sugalski
- Re: Imrpoving tie() (Re: RFC 15 (v1) Str... Chaim Frenkel
- Re: Imrpoving tie() (Re: RFC 15 (v1)... Dan Sugalski
- Re: Imrpoving tie() (Re: RFC 15... Ken Fox
- Re: Imrpoving tie() (Re: RF... Dan Sugalski
- Re: Imrpoving tie() (Re... Nathan Wiger
- Re: Imrpoving tie() (Re... Dan Sugalski
- Re: Imrpoving tie() (Re... Larry Wall