术语 | applicative language |
释义 | applicative language 应用[施用]式语言 A style of programming language that uses function application as the only control structure. Rather than conditional statements, one uses conditional expressions to yield alternative results; rather than an assignment statement, one uses binding of parameter to argument to place a name on a value, rather than explicit sequencing or looping of control flow, one uses patterns of nested function invocations to direct the generation of an answer. Examples are LISP, Functional Language (FL). 一种把函数施用作为唯一控制结构的程序设计语言。这种语言的特点在于:(1) 它不是 用条件语句,而是用条件表达式来生成选择的结果;(2) 它不是用赋值语句,而是把参数 约束到自变量来给值赋名;(3) 它不是用显式的控制流的顺序或循环,而是使用嵌套函数 引用的方式来求解LISP,函数式程序设计语言FL都是这种类型的语言。 |
随便看 |
|
计算机英汉双解词典包含21137条计算机术语英汉翻译词条,基本涵盖了全部常用计算机术语的翻译及用法,是计算机学习及翻译工作的有利工具。