An Entity of Type: Inflection113803782, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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".

Property Value
dbo:abstract
  • 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 (es)
  • 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. (en)
  • Комбинаторное программирование (также программирование, свободное от указателей и Бесточечное программирование) — парадигма программирования, в которой при объявлении функций не используются промежуточные переменные, но составляются цепочки из функций. Комбинаторное программирование представляет теоретический интерес, однако оно излишне сложно. Комбинаторное программирование основано на комбинаторной логике. (ru)
  • 隐式(tacit)编程,或称为函数级编程,是一种编程范型,也叫做无点(point-free)样式。其中函数定义不标示所要操作的参数(或称“点”),转而函数定义只是其他函数的复合,比如那些操纵参数的组合子。隐式编程有着理论价值,因为严格的使用复合导致程序非常适配于。它也是特定编程语言的自然样式,包括APL的一些现代实现和方言,和串接语言比如Forth。将参数缺席称为“point-free”导致了不必要的晦涩,故而有了别名为“pointless”。 (zh)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 5158722 (xsd:integer)
dbo:wikiPageLength
  • 7687 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1110801587 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dct:subject
rdf:type
rdfs:comment
  • 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 (es)
  • Комбинаторное программирование (также программирование, свободное от указателей и Бесточечное программирование) — парадигма программирования, в которой при объявлении функций не используются промежуточные переменные, но составляются цепочки из функций. Комбинаторное программирование представляет теоретический интерес, однако оно излишне сложно. Комбинаторное программирование основано на комбинаторной логике. (ru)
  • 隐式(tacit)编程,或称为函数级编程,是一种编程范型,也叫做无点(point-free)样式。其中函数定义不标示所要操作的参数(或称“点”),转而函数定义只是其他函数的复合,比如那些操纵参数的组合子。隐式编程有着理论价值,因为严格的使用复合导致程序非常适配于。它也是特定编程语言的自然样式,包括APL的一些现代实现和方言,和串接语言比如Forth。将参数缺席称为“point-free”导致了不必要的晦涩,故而有了别名为“pointless”。 (zh)
  • 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". (en)
rdfs:label
  • Programación tácita (es)
  • Tacit programming (en)
  • Бесточечное программирование (ru)
  • 隐式编程 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is dbp:parAdigm of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License