[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: George J. Carrette <GJC at MIT-MC>
- Date: Thu, 23 Apr 81 05:10:00 GMT
- Original-date: 23 April 1981 00:10-EST
(MEMQ FOO '(BAR)) generates a stupid error message in the compiler,
(COMMENT **** (OR (EQ FOO (QUOTE BAR)))
There are not two or more clauses here - do you really want this? )
I think it should cut out the cute shit here since it doesn't
even try to catch much more important errors like
(defun f (x) (declare (flonum x)) (+ x x))
Give me a break, its wasting my time with stylistic remarks
when it doesn't even check for simple data-type errors.
-gjc