Delivery bug on MacOSX ?
Hello, I observe the following strange behavior when delivering the following code: (defun do-it () ;(format *error-output* "~&Performing illegal operation") (assoc 'a '(b c d))) This function complains: `Error: Alist element B is not a cons or NIL' when invoked from repl in windows, linux and mac os and when delivered under windows (lispworks 4.4.5) and linux (Lispworks 4.4.6), but works (returns nil, of course) under mac os without any warnings/errors (Lispworks 4.4.6 for ppc and Lispworks 5.0.0 for intel/ppc). Thanks, Khachik