Hacker News new | ask | show | jobs
by sweeneyrod 1631 days ago
I believe Ruby and OCaml have both anonymous positional arguments and keyword arguments with punning (i.e. `f ~arg` expands to `f ~arg:arg` in OCaml).