[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in COMPLR
- To: bug-lisp at MIT-AI
- Subject: bug in COMPLR
- From: DAVE.TOURETZKY at CMU-10A
- Date: Sun, 8 Jul 79 23:11:00 GMT
- Cc: SCOTT.FAHLMAN
- Original-date: 8 Jul 1979 1911-EDT
(funcall 'grindef (list fn-name)) works in the interpreter, but
not when compiled. I have reason to suspect that it is passing
fn-name rather than (list fn-name). grindef is of course a fexpr.
(apply 'grindef (list fn-name)) works everywhere. is this a bug
in complr, or in me?