Arc Forumnew | comments | leaders | submitlogin
4 points by jmatt 5839 days ago | link | parent

Just to summarize: The simplest answer to the post is:

  (apply map + your-expression)
or

  (apply map + (list (list 1 2) (list 3 4)))
This solution was provided by almkglor