Arc Forumnew | comments | leaders | submitlogin
3 points by binx 5924 days ago | link | parent

Implicit currying is another "new possibility". In CL, applying a number to a list causes an error, but it's valid in Arc. And in CL, passinging less or more arguments to a fixed-number-parameter-function causes an error, but with implicit currying, it's not an error any more.