Re: RFC 279 (v1) my() syntax extensions and attribute declarations

2000-09-26 Thread Alan Gutierrez
I'd prefer to see private and laccess as functions. private $r->{name} = 'Nate'; laccess $s->{VAL} = ''; And as far as the :shared modifier goes I much prefer the our keyword. Alan Gutierrez

Re: RFC 319 (v1) Transparently integrate C

2000-09-29 Thread Alan Gutierrez
e it seems that the optimizations apply to the C< package int; > only. Are we suggesting that optimizations should be localized? Can I C< use optimize 'memory' > in one package and C< use optimize 'CPU' > in another? Do optimizations have block scope? I like C< use less >. I trust that perl6 will DWIM. Alan Gutierrez