[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



The following sequence:
(setq foo (get 'car 'subr))
(subrcall foo '(a b c))
was typed while I was trying to see if subrs were really second-class citizens
of the lisp world.
I got back:
;(A B C) NOT SUBR POINTER

;BKPT WRNG-TYPE-ARG
))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))....
At this point I hit control-G and Lisp stopped printing out close parens.
What does it all mean?  Those close-parens must be wrong...