This HTML5 document contains 98 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n18https://docs.microsoft.com/en-us/dotnet/framework/reflection-and-codedom/
dcthttp://purl.org/dc/terms/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
umbel-rchttp://umbel.org/umbel/rc/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n14http://www.w3.org/2006/03/wn/wn20/instances/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n10http://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Dynamic_Language_Runtime
rdf:type
owl:Thing schema:CreativeWork umbel-rc:SoftwareObject dbo:Work wikidata:Q7397 dbo:Software wikidata:Q386724
rdfs:label
Dynamic Language Runtime
rdfs:comment
The Dynamic Language Runtime (DLR) from Microsoft runs on top of the Common Language Runtime (CLR) and provides computer language services for dynamic languages. These services include: * A dynamic type system, to be shared by all languages using the DLR services * Dynamic method dispatch * Dynamic code generation * Hosting API The DLR is used to implement dynamic languages on the .NET Framework, including the IronPython and IronRuby projects.
owl:sameAs
freebase:m.02qxdhs
dbp:wikiPageUsesTemplate
dbt:Microsoft_FOSS dbt:.NET_Framework dbt:Infobox_software dbt:Cite_web dbt:Portal dbt:Github dbt:Refbegin dbt:Refend dbt:Reflist dbt:Wikibooks dbt:Start_date_and_age
foaf:homepage
n18:dynamic-language-runtime-overview
dct:subject
dbc:Microsoft_application_programming_interfaces dbc:Microsoft_free_software dbc:2010_software dbc:Free_and_open-source_software dbc:.NET_terminology dbc:Software_using_the_Apache_license
dbo:latestReleaseDate
2021-12-02
dbo:latestReleaseVersion
1.3.1
dbo:releaseDate
2010-04-16
foaf:name
Dynamic Language Runtime (DLR)
dbp:wordnet_type
n14:synset-software-noun-1
prov:wasDerivedFrom
n10:Dynamic_Language_Runtime?oldid=1068238587&ns=0
dbo:wikiPageID
10989140
dbo:wikiPageLength
15580
dbo:wikiPageRevisionID
1068238587
dbo:wikiPageWikiLink
dbr:Common_Language_Runtime dbr:Computer_language dbr:IronPython dbr:IronRuby dbr:IronScheme dbr:Microsoft dbr:Language-independent_specification dbr:Abstract_syntax_tree dbr:Windows_8 dbr:Scheme_(programming_language) dbr:C_Sharp_(programming_language) dbr:.NET_Foundation dbr:Branching_(version_control) dbr:.NET_Framework dbc:.NET_terminology dbc:Software_using_the_Apache_license dbr:MIX_(Microsoft) dbr:JScript dbc:Microsoft_free_software dbr:Java_bytecode dbr:.NET_Framework_version_history dbc:Microsoft_application_programming_interfaces dbr:Computing_platform dbr:Da_Vinci_Machine dbr:Shared_Source_Initiative dbr:Debian dbc:Free_and_open-source_software dbr:ECMAScript dbr:Parrot_virtual_machine dbr:Ubuntu dbr:Trunk_(software) dbr:List_of_CLI_languages dbr:Type_system dbr:Apache_License dbr:Visual_Basic_.NET dbr:Ruby_(programming_language) dbr:PowerShell dbr:Dynamic_programming_language dbr:Name_binding dbr:MacOS dbr:Microsoft_Windows dbc:2010_software dbr:Linux dbr:Java_virtual_machine dbr:Dynamic_dispatch dbr:Metadata_(CLI) dbr:Self-modifying_code dbr:GitHub dbr:Common_Language_Infrastructure
dbo:author
dbr:Microsoft
dbo:computingPlatform
dbr:Common_Language_Infrastructure
dbo:developer
dbr:.NET_Foundation
dbo:genre
dbr:Computing_platform
dbo:license
dbr:Apache_License
dbo:operatingSystem
dbr:Linux dbr:MacOS dbr:Microsoft_Windows dbr:Ubuntu
dbo:programmingLanguage
dbr:C_Sharp_(programming_language)
dbo:abstract
The Dynamic Language Runtime (DLR) from Microsoft runs on top of the Common Language Runtime (CLR) and provides computer language services for dynamic languages. These services include: * A dynamic type system, to be shared by all languages using the DLR services * Dynamic method dispatch * Dynamic code generation * Hosting API The DLR is used to implement dynamic languages on the .NET Framework, including the IronPython and IronRuby projects. Because the dynamic language implementations share a common underlying system, it should be easier for them to interact with one another. For example, it should be possible to use libraries from any dynamic language in any other dynamic language. In addition, the hosting API allows interoperability with statically typed CLI languages like C# and Visual Basic .NET.
foaf:isPrimaryTopicOf
n10:Dynamic_Language_Runtime