Arc Forumnew | comments | leaders | submitlogin
3 points by zhtw 5293 days ago | link | parent

Yeah, but shouldn't it be changed to nil?

  (define (ac-set x env)
    (if (null? x)
       (list 'quote 'nil)
       `(begin ,@(ac-setn x env))))
I realize that it's not very important but still it's a bug. No?