Multi-stage programming (original) (raw)

Property Value
dbo:abstract Multi-stage programming (MSP) is a variety of metaprogramming in which compilation is divided into a series of intermediate phases, allowing typesafe run-time code generation.Statically defined types are used to verify that dynamically constructed types are valid and do not violate the type system. In MSP languages, expressions are qualified by notation that specifies the phase at which they are to be evaluated. By allowing the specialization of a program at run-time, MSP can optimize the performance of programs: it can be considered as a form of partial evaluation that performs computations at compile-time as a trade-off to increase the speed of run-time processing. Multi-stage programming languages support constructs similar to the Lisp construct of quotation and eval, except that scoping rules are taken into account. (en)
dbo:wikiPageExternalLink https://web.archive.org/web/20130613174907/http:/metaocaml.org/
dbo:wikiPageID 39765053 (xsd:integer)
dbo:wikiPageLength 1977 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1032316766 (xsd:integer)
dbo:wikiPageWikiLink dbr:Lisp_(programming_language) dbc:Type_systems dbr:Partial_evaluation dbc:Programming_paradigms dbr:Metaprogramming dbr:Self-modifying_code dbr:Type_safety dbr:Scope_(computer_science)
dbp:wikiPageUsesTemplate dbt:Reflist
dcterms:subject dbc:Type_systems dbc:Programming_paradigms
gold:hypernym dbr:Variety
rdf:type dbo:Grape yago:WikicatTypeSystems yago:Artifact100021939 yago:Instrumentality103575240 yago:Object100002684 yago:PhysicalEntity100001930 yago:System104377057 yago:Whole100003553
rdfs:comment Multi-stage programming (MSP) is a variety of metaprogramming in which compilation is divided into a series of intermediate phases, allowing typesafe run-time code generation.Statically defined types are used to verify that dynamically constructed types are valid and do not violate the type system. Multi-stage programming languages support constructs similar to the Lisp construct of quotation and eval, except that scoping rules are taken into account. (en)
rdfs:label Multi-stage programming (en)
owl:sameAs freebase:Multi-stage programming yago-res:Multi-stage programming wikidata:Multi-stage programming https://global.dbpedia.org/id/mXe9
prov:wasDerivedFrom wikipedia-en:Multi-stage_programming?oldid=1032316766&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Multi-stage_programming
is dbo:wikiPageRedirects of dbr:Multistaged_programming
is dbo:wikiPageWikiLink of dbr:OCaml dbr:Run-time_algorithm_specialization dbr:Multitier_programming dbr:Multistaged_programming
is foaf:primaryTopic of wikipedia-en:Multi-stage_programming