in reply to Re^8: When every microsecond counts: Parsing subroutine parameters
in thread When every microsecond counts: Parsing subroutine parameters
I believe that keyword arguments are considered an extension. Still, that is implemented, so I defer.Assuming you're talking about Common Lisp, keywords alone and keywords as argument specifiers are AFAIK both required parts of the spec, not just optional extensions. Other Lisp dialects can and do have different ideas - the only other relatively widely used Lisps, these days, are Scheme and Emacs Lisp (which both don't have keyword args).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: When every microsecond counts: Parsing subroutine parameters
by BrowserUk (Patriarch) on May 20, 2008 at 01:39 UTC | |
by Joost (Canon) on May 20, 2008 at 10:56 UTC |