Arc Forumnew | comments | leaders | submitlogin
quasiquote bug
6 points by almkglor 5857 days ago | 1 comment
Not sure if already reported, but quasiquote has a self-referential bug:

  arc> `(quasiquote)
  Error: "cadr: expects argument of type <cadrable value>; given (quasiquote)"
  arc> `(hello quasiquote)
  Error: "cadr: expects argument of type <cadrable value>; given (quasiquote)"


4 points by drcode 5857 days ago | link

I haven't seen this reported- I think I've encountered this error before in some complex code and figured it was user error :-)

-----