in reply to Re^7: When every microsecond counts: Parsing subroutine parameters
in thread When every microsecond counts: Parsing subroutine parameters
I just never got into Python enough to reach the point where I would have noticed. (Seems it wasn't implemented until v2 anyway and thats probably after I last looked at it.)
I believe that keyword arguments are considered an extension. Still, that is implemented, so I defer.
Just be really careful that you don't need to pass a value that looks like a keyword (eg:xxx), because things get really confusing really fast.
So that makes 3. Four if you count Perl 6.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: When every microsecond counts: Parsing subroutine parameters
by tfrayner (Curate) on May 19, 2008 at 09:03 UTC | |
by BrowserUk (Patriarch) on May 19, 2008 at 09:37 UTC | |
|
Re^9: When every microsecond counts: Parsing subroutine parameters
by Joost (Canon) on May 19, 2008 at 23:55 UTC | |
by BrowserUk (Patriarch) on May 20, 2008 at 01:39 UTC | |
by Joost (Canon) on May 20, 2008 at 10:56 UTC |