Hacker News new | ask | show | jobs
by pg 2434 days ago
I originally did call it flip, but then I took that name for the current flip:

  (def flip (f)
    (fn args (apply f (rev args))))