Arc Forumnew | comments | leaders | submitlogin
2 points by Darmani 5547 days ago | link | parent

  (mac let/with body
    (if (isa (car body) 'cons)
        `(with ,@body)
        `(let ,@body)))
I'm not that keen on having the same simple macro use different syntax, though.