語言選擇:
免費網上英漢字典|3Dict

callbyneed

資料來源 : Free On-Line Dictionary of Computing

call-by-need
     
         A {reduction strategy} which delays evaluation of
        function arguments until they are needed because they are
        arguments to a {primitive} function or a conditional.
        Call-by-need is one part of {lazy evaluation}.
     
        The term first appears in Chris Wadsworth's thesis "Semantics
        and Pragmatics of the Lambda calculus" (Oxford, 1971, p. 183).
        It was used later, by J. Vuillemin in his thesis (Stanford,
        1973).
     
        (1995-05-27)
依字母排序 : 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