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

normal order reduction

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

normal order reduction
     
        Under this {evaluation strategy} an expression is evaluated by
        reducing the leftmost outermost {redex} first.  This method
        will terminate for any expression for which termination is
        possible, whereas {applicative order reduction} may not.  This
        method is equivalent to passing arguments unevaluated because
        arguments are initially to the right of functions applied to
        them.  See also {computational adequacy theorem}.
依字母排序 : 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