Steve Fink wrote:
> I don't know whether Perl6 or any other language we want to be nice to
> has *non-constant* defaults.
Ruby appears to support non-constant, mutable defaults:
% irb
irb(main):001:0> $foo=[]
[]
irb(main):002:0> def x(n=$foo)
irb(main):003:1> n << 1
irb(mai
I don't subscribe to perl6-internals, but I do read the archive
regularly. Are people aware that the archive hasn't been updated
since May 26?
http://archive.develooper.com/[EMAIL PROTECTED]/
Of course, you perl6-internals members probably aren't responsible
for this archive, but I don't kno