Arc Forumnew | comments | leaders | submitlogin
1 point by CatDancer 5587 days ago | link | parent

AFAIK, the parameter list for fn doesn't do destructuring in Arc

  arc> ((fn ((x y)) (+ x y)) '(5 10))
  15


1 point by Adlai 5587 days ago | link

My bad. I should start using the language a bit first...

-----