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

[no subject]



(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