On the subject of 'strict', I'm looking forward (once the typing proposals string out) to having use strict 'types'; To turn Perl into full B&D mode. This will also enable maximum optimizations. I'm picturing type-checking at this level: my hash %a; my StructuredHash %b; %b = %a; # illegal %a = %b; # legal Be afraid. Be very afraid. Nat
- RFC 140 (v1) One Should Not Get Away With Ignoring Sys... Perl6 RFC Librarian
- Re: RFC 140 (v1) One Should Not Get Away With Ign... Jon Ericson
- Re: RFC 140 (v1) One Should Not Get Away With Ign... Nathan Wiger
- Re: RFC 140 (v1) One Should Not Get Away With... Nathan Torkington
- Re: RFC 140 (v1) One Should Not Get Away ... Nathan Wiger