Language interoperability
http://dbpedia.org/resource/Language_interoperability an entity of type: WikicatComputerLanguages
Language interoperability is the capability of two different programming languages to natively interact as part of the same system and operate on the same kind of data structures. There are many ways programming languages are interoperable with one another. HTML, CSS, and JavaScript are interoperable as they are used in tandem in webpages. Some object oriented languages are interoperable thanks to their shared hosting virtual machine (e.g. .NET CLI compliant languages in the Common Language Runtime and JVM compliant languages in the Java Virtual Machine).
rdf:langString
In informatica, il concetto di interoperabilità linguistica indica la capacità di due diversi linguaggi di programmazione di interagire in modo nativo e operare sullo stesso tipo di strutture di dati. Alcuni linguaggi orientati agli oggetti possono farlo grazie alla (ad esempio, a .NET CLI in Common Language Runtime e linguaggi compatibili con JVM nella Java virtual machine).
rdf:langString
rdf:langString
Interoperabilità linguistica
rdf:langString
Language interoperability
xsd:integer
36509863
xsd:integer
1079855840
rdf:langString
Language interoperability is the capability of two different programming languages to natively interact as part of the same system and operate on the same kind of data structures. There are many ways programming languages are interoperable with one another. HTML, CSS, and JavaScript are interoperable as they are used in tandem in webpages. Some object oriented languages are interoperable thanks to their shared hosting virtual machine (e.g. .NET CLI compliant languages in the Common Language Runtime and JVM compliant languages in the Java Virtual Machine).
rdf:langString
In informatica, il concetto di interoperabilità linguistica indica la capacità di due diversi linguaggi di programmazione di interagire in modo nativo e operare sullo stesso tipo di strutture di dati. Alcuni linguaggi orientati agli oggetti possono farlo grazie alla (ad esempio, a .NET CLI in Common Language Runtime e linguaggi compatibili con JVM nella Java virtual machine). In questo caso, un linguaggio che viene eseguito in una VM può utilizzare un oggetto creato in una lingua diversa nella stessa VM. La VM gestisce l'astrazione richiesta della rappresentazione dell'oggetto che consente di chiamare un metodo di una classe definita nella seconda lingua. In questo si possono riutilizzare le librerie scritte in un'altra lingua della stessa VM: ad esempio un programma scritto in , Scala o Clojure può usare qualsiasi libreria scritta in Java . Lo stesso vale per Elixir, ed Erlang, che sono tutti compilati in ErlangVM.
xsd:nonNegativeInteger
5430