Word description Outputs a lazy list containing the first n items in the list. This is done a lazy manner. No evaluation of the list elements occurs initially but a lazy-take object is returned which conforms to the list protocol. Calling car, cdr or nil? on this will evaluate elements as required.