[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-AI
- Subject:
- From: ACW@MIT-AI
- Date: Fri, 28 Oct 78 19:37:24 GMT
- Original-date: 10/28/78 15:37:24 EDT
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...