[EMAIL PROTECTED] (Paulo J. Matos) writes:

> The only way I found out is:
> * (eval `(or ,@(funcall  #'(lambda () '(t t nil)))))
> T
> 
> Anyway, people say eval shouldn't be used. Is there any other
> suggestion?

(some #'identity '(nil t)) 
  => t



Reply via email to