Language:
Free Online Dictionary|3Dict

lazy list

Source : Free On-Line Dictionary of Computing

lazy list
     
        A list which is built using a non-strict constructor.  Any
        head or tail of the list may be an unevaluated closure.  Also
        known as streams since they may be used to carry a sequence of
        values from the output of one function to an input of another.
        See also Lazy evaluation.
Sort by alphabet : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z