Tacit programming
http://dbpedia.org/resource/Tacit_programming an entity of type: Abstraction100002137
La programación tácita es un paradigma de programación en el cual la definición de una función no incluye información sobre los de la misma. La simplicidad de esta idea permite que diferentes lenguajes de programación, como el Lenguaje de programación J y APL, puedan incorporarla.
* Datos: Q3305965
rdf:langString
Комбинаторное программирование (также программирование, свободное от указателей и Бесточечное программирование) — парадигма программирования, в которой при объявлении функций не используются промежуточные переменные, но составляются цепочки из функций. Комбинаторное программирование представляет теоретический интерес, однако оно излишне сложно. Комбинаторное программирование основано на комбинаторной логике.
rdf:langString
隐式(tacit)编程,或称为函数级编程,是一种编程范型,也叫做无点(point-free)样式。其中函数定义不标示所要操作的参数(或称“点”),转而函数定义只是其他函数的复合,比如那些操纵参数的组合子。隐式编程有着理论价值,因为严格的使用复合导致程序非常适配于。它也是特定编程语言的自然样式,包括APL的一些现代实现和方言,和串接语言比如Forth。将参数缺席称为“point-free”导致了不必要的晦涩,故而有了别名为“pointless”。
rdf:langString
Tacit programming, also called point-free style, is a programming paradigm in which function definitions do not identify the arguments (or "points") on which they operate. Instead the definitions merely compose other functions, among which are combinators that manipulate the arguments. Tacit programming is of theoretical interest, because the strict use of composition results in programs that are well adapted for equational reasoning. It is also the natural style of certain programming languages, including APL and its derivatives, and concatenative languages such as Forth. The lack of argument naming gives point-free style a reputation of being unnecessarily obscure, hence the epithet "pointless style".
rdf:langString
rdf:langString
Programación tácita
rdf:langString
Tacit programming
rdf:langString
Бесточечное программирование
rdf:langString
隐式编程
xsd:integer
5158722
xsd:integer
1110801587
rdf:langString
La programación tácita es un paradigma de programación en el cual la definición de una función no incluye información sobre los de la misma. La simplicidad de esta idea permite que diferentes lenguajes de programación, como el Lenguaje de programación J y APL, puedan incorporarla.
* Datos: Q3305965
rdf:langString
Tacit programming, also called point-free style, is a programming paradigm in which function definitions do not identify the arguments (or "points") on which they operate. Instead the definitions merely compose other functions, among which are combinators that manipulate the arguments. Tacit programming is of theoretical interest, because the strict use of composition results in programs that are well adapted for equational reasoning. It is also the natural style of certain programming languages, including APL and its derivatives, and concatenative languages such as Forth. The lack of argument naming gives point-free style a reputation of being unnecessarily obscure, hence the epithet "pointless style". Unix scripting uses the paradigm with pipes. The key idea in tacit programming is to assist in operating at the appropriate level of abstraction.
rdf:langString
Комбинаторное программирование (также программирование, свободное от указателей и Бесточечное программирование) — парадигма программирования, в которой при объявлении функций не используются промежуточные переменные, но составляются цепочки из функций. Комбинаторное программирование представляет теоретический интерес, однако оно излишне сложно. Комбинаторное программирование основано на комбинаторной логике.
rdf:langString
隐式(tacit)编程,或称为函数级编程,是一种编程范型,也叫做无点(point-free)样式。其中函数定义不标示所要操作的参数(或称“点”),转而函数定义只是其他函数的复合,比如那些操纵参数的组合子。隐式编程有着理论价值,因为严格的使用复合导致程序非常适配于。它也是特定编程语言的自然样式,包括APL的一些现代实现和方言,和串接语言比如Forth。将参数缺席称为“point-free”导致了不必要的晦涩,故而有了别名为“pointless”。
xsd:nonNegativeInteger
7687