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

In computer science, and in particular functional programming, a hylomorphism is a recursive function, corresponding to the composition of an anamorphism (which first builds a set of results; also known as 'unfolding') followed by a catamorphism (which then folds these results into a final return value). Fusion of these two recursive computations into a single recursive pattern then avoids building the intermediate data structure. This is an example of deforestation, a program optimization strategy. A related type of function is a metamorphism, which is a catamorphism followed by an anamorphism.

Property Value
dbo:abstract
  • In computer science, and in particular functional programming, a hylomorphism is a recursive function, corresponding to the composition of an anamorphism (which first builds a set of results; also known as 'unfolding') followed by a catamorphism (which then folds these results into a final return value). Fusion of these two recursive computations into a single recursive pattern then avoids building the intermediate data structure. This is an example of deforestation, a program optimization strategy. A related type of function is a metamorphism, which is a catamorphism followed by an anamorphism. (en)
  • In de informatica en met name in het functioneel programmeren is een hylomorfisme een recursieve functie, die overeenkomt met de samengestelde functie van een anamorfisme (die eerst een verzameling resultaten opbouwt; ook bekend als 'unfolding') en een catamorfisme (die vervolgens deze resultaten in een finale returnwaarde vouwt). Een mix van deze twee recursieve berekeningen in een enkel recursieve patroon voorkomt dat men een tussentijdse datastructuur moet bouwen. Dit is een bijzondere vorm van de optimaliserende programma transformatie technieken, die gezamenlijk bekendstaan als ontbossing. De categorische duale van een hylomorfisme wordt een metamorfisme genoemd en bestaat uit een catamorfisme gevolgd door een anamorfisme. (nl)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 11540091 (xsd:integer)
dbo:wikiPageLength
  • 5467 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1095343565 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • In computer science, and in particular functional programming, a hylomorphism is a recursive function, corresponding to the composition of an anamorphism (which first builds a set of results; also known as 'unfolding') followed by a catamorphism (which then folds these results into a final return value). Fusion of these two recursive computations into a single recursive pattern then avoids building the intermediate data structure. This is an example of deforestation, a program optimization strategy. A related type of function is a metamorphism, which is a catamorphism followed by an anamorphism. (en)
  • In de informatica en met name in het functioneel programmeren is een hylomorfisme een recursieve functie, die overeenkomt met de samengestelde functie van een anamorfisme (die eerst een verzameling resultaten opbouwt; ook bekend als 'unfolding') en een catamorfisme (die vervolgens deze resultaten in een finale returnwaarde vouwt). Een mix van deze twee recursieve berekeningen in een enkel recursieve patroon voorkomt dat men een tussentijdse datastructuur moet bouwen. Dit is een bijzondere vorm van de optimaliserende programma transformatie technieken, die gezamenlijk bekendstaan als ontbossing. De categorische duale van een hylomorfisme wordt een metamorfisme genoemd en bestaat uit een catamorfisme gevolgd door een anamorfisme. (nl)
rdfs:label
  • Hylomorphism (computer science) (en)
  • Hylomorfisme (informatica) (nl)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink 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