Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 5158 days ago | link | parent

"You could modify the Arc compiler so that let worked the way it does now, except that you add a syntax to get at the foo being defined"

I was thinking along these lines as well. How about:

  (let (def rec(x) (rec x))
    (rec x))