Arc Forumnew | comments | leaders | submitlogin
7 points by rkts 5929 days ago | link | parent

Even more annoying (to me) is that this means o can't be a variable in a destructuring bind:

  arc> (let (x) '(blah) x)
  blah

  arc> (let (o) '(blah) o)
  Error: "cadar: expects argument of type <cadarable value>; given ((o))"