Arc Forumnew | comments | leaders | submitlogin
2 points by simonb 5939 days ago | link | parent

I think that's one of the cases where CL labels form would be more elegant.

But luckily this is Lisp so it shouldn't be too hard to make with a wee bit smarter so it would transform

  (with (foo (fn ...)))
to

  (with (foo (rfn foo ...)))