[Python-ideas] Positional only arguments

Rick Martin martin at ambric.com
Fri May 18 17:34:53 CEST 2007


Has anyone considered the Common Lisp argument list as a place to look
for ideas?

(var...
 &optional (var initform svar)...
 &rest var
 &key ((keyword var) initform svar)...
 &aux (var initform)...)

http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node64.html

Rick



More information about the Python-ideas mailing list