Please differentiate between named argument function call syntax and named parameter extended signatures. What we should answer first is want we want: - do we want to limit arguments to $ sigil (+ slurpy) ? - do we want freedom of function user to choose how to call function? (for examples functions in Postgresql, C#, Kotlin, Python) - do we want extended constraints? (eg: $login and $oauth are mutually exclusive, $password must be specified when $login exists) - ... Best regards, BranoThread Previous | Thread Next