Hacker News new | ask | show | jobs
by amw-zero 1740 days ago
Many newer languages support named function arguments: Swift, Kotlin, etc.
1 comments

Some rather old fashioned languages do as well... for example PostgreSQL's PL/pgSQL supports named function arguments, too.