Arc Forumnew | comments | leaders | submitlogin
3 points by zackman 5917 days ago | link | parent

This works around the bug for variable arguments, at least.

  arc> `(fn ,(cons 'name 'args) args)
  (fn (x . args) args)


1 point by jimbokun 5917 days ago | link

Thanks! I think this will work best for me for now. But the suggested change to ac.scm is probably the best fix long term.

-----