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

In computer science, function composition is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of each function is passed as the argument of the next, and the result of the last one is the result of the whole. The ability to easily compose functions encourages factoring (breaking apart) functions for maintainability and code reuse. More generally, big systems might be built by composing whole programs.

Property Value
dbo:abstract
  • La composició de funcions (no confondre amb composició d'objectes) és un acte o un mecanisme per combinar funcions simples per construir altres més complicades. Igual que la composició habitual de funcions en matemàtiques, el resultat de cada funció es passa com l'argument de la següent, i el resultat de l'última és el resultat del conjunt. Els programadors sovint apliquen les funcions de resultats d'altres funcions, i gairebé tots els llenguatges de programació permeten realitzar aquestes funcions. En alguns casos, la composició de funcions és interessant com una funció en el seu propi dret, que s'utilitzarà més endavant, aquestes funcions sempre estan definides però els llenguatges d'alt nivell ja les tenen per a fer-ho més fàcil. (ca)
  • In computer science, function composition is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of each function is passed as the argument of the next, and the result of the last one is the result of the whole. Programmers frequently apply functions to results of other functions, and almost all programming languages allow it. In some cases, the composition of functions is interesting as a function in its own right, to be used later. Such a function can always be defined but languages with first-class functions make it easier. The ability to easily compose functions encourages factoring (breaking apart) functions for maintainability and code reuse. More generally, big systems might be built by composing whole programs. Narrowly speaking, function composition applies to functions that operate on a finite amount of data, each step sequentially processing it before handing it to the next. Functions that operate on potentially infinite data (a stream or other codata) are known as filters, and are instead connected in a pipeline, which is analogous to function composition and can execute concurrently. (en)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 1911084 (xsd:integer)
dbo:wikiPageLength
  • 18347 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1099717637 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • La composició de funcions (no confondre amb composició d'objectes) és un acte o un mecanisme per combinar funcions simples per construir altres més complicades. Igual que la composició habitual de funcions en matemàtiques, el resultat de cada funció es passa com l'argument de la següent, i el resultat de l'última és el resultat del conjunt. Els programadors sovint apliquen les funcions de resultats d'altres funcions, i gairebé tots els llenguatges de programació permeten realitzar aquestes funcions. En alguns casos, la composició de funcions és interessant com una funció en el seu propi dret, que s'utilitzarà més endavant, aquestes funcions sempre estan definides però els llenguatges d'alt nivell ja les tenen per a fer-ho més fàcil. (ca)
  • In computer science, function composition is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of each function is passed as the argument of the next, and the result of the last one is the result of the whole. The ability to easily compose functions encourages factoring (breaking apart) functions for maintainability and code reuse. More generally, big systems might be built by composing whole programs. (en)
rdfs:label
  • Composició de funcions (informàtica) (ca)
  • Function composition (computer science) (en)
owl:differentFrom
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is owl:differentFrom 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