in reply to Re: Thoughts on the magicality of @_ and $_
in thread Thoughts on the magicality of @_ and $_
Yes, Perl 6 gets named parameters, and the ability to truly parse subs as builtins (except perhaps the current print FILEHANDLE LIST semantics).
print FILEHANDLE LIST will be gone. FILEHANDLE.print(LIST) (or print FILEHANDLE : LIST) is the new syntax, as filehandles are objects.
IFF I understand correctly.
- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Thoughts on the magicality of @_ and $_
by erikharrison (Deacon) on Jun 28, 2002 at 20:26 UTC |