Hacker News new | ask | show | jobs
by elclanrs 4111 days ago
I find it useful to have `unary` and `apply` around:

  [1,2,3].map(unary(User))
  [[1,2],[3,4],[5,6]].map(apply(User))