Word description Perform a similar functionality to that of the filter word, but in a lazy manner. No evaluation of the list elements occurs initially but a lazy-filter object is returned which conforms to the list protocol. Calling car, cdr or nil? on this will evaluate elements as required.