Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Interpreted_language> ?p ?o. }
Showing items 1 to 31 of
31
with 100 items per page.
- Interpreted_language abstract "An interpreted language is a programming language for which most of its implementations execute instructions directly, without previously compiling a program into machine-language instructions. The interpreter executes the program directly, translating each statement into a sequence of one or more subroutines already compiled into machine code.The terms "interpreted language" and Compiled language are not well defined because, in theory, any programming language can be both interpreted or compiled. In modern programing language implementation it is increasingly popular for a platform to provide both options.Interpreted languages can also be contrasted with machine languages. Functionally, both execution and interpretation mean the same thing — fetching the next instruction/statement from the program and executing it. Although interpreted bytecode is additionally identical to machine code in form and has an assembler representation, the term "interpreted" is practically reserved for "software processed" languages (by virtual machine or emulator) on top of the native (i.e. hardware) processor.In principle programs in many languages may be compiled or interpreted, emulated or executed natively, so this designation is applied solely based on common implementation practice, rather than representing an essential property of a language. Akin to processor microcoding, many interpreters internally rely on just-in-time compilation. Avoiding compilation, interpreted programs are easier to evolve during both development and execution (where they can morph themselves). On the other hand, since compilation implies translation into more machine-friendly format, interpreted programs run slower and less efficiently (i.e. waste considerably more energy). This is especially true for higher-level scripting languages, whose statements are complex to analyze compared to machine instruction. Many languages have been implemented using both compilers and interpreters, including BASIC, C, Lisp, Pascal, and Python. Java and C# are compiled into bytecode, the virtual machine-friendly interpreted language. Lisp implementations can freely mix interpreted and compiled code.".
- Interpreted_language wikiPageExternalLink xmlmosaic.codeplex.com.
- Interpreted_language wikiPageID "15089".
- Interpreted_language wikiPageRevisionID "603336717".
- Interpreted_language hasPhotoCollection Interpreted_language.
- Interpreted_language subject Category:Programming_language_classification.
- Interpreted_language type Software.
- Interpreted_language type Work.
- Interpreted_language type CreativeWork.
- Interpreted_language type InformationEntity.
- Interpreted_language comment "An interpreted language is a programming language for which most of its implementations execute instructions directly, without previously compiling a program into machine-language instructions.".
- Interpreted_language label "Interpreted language".
- Interpreted_language label "Język interpretowany".
- Interpreted_language label "Langage interprété".
- Interpreted_language label "Lenguaje de programación interpretado".
- Interpreted_language label "Linguagem interpretada".
- Interpreted_language label "Интерпретируемый язык программирования".
- Interpreted_language label "لغة مفسرة".
- Interpreted_language label "直譯語言".
- Interpreted_language sameAs Interpretovaný_jazyk.
- Interpreted_language sameAs Διερμηνευμένη_γλώσσα.
- Interpreted_language sameAs Lenguaje_de_programación_interpretado.
- Interpreted_language sameAs Langage_interprété.
- Interpreted_language sameAs 인터프리트_언어.
- Interpreted_language sameAs Język_interpretowany.
- Interpreted_language sameAs Linguagem_interpretada.
- Interpreted_language sameAs m.03x10.
- Interpreted_language sameAs Q1993334.
- Interpreted_language sameAs Q1993334.
- Interpreted_language wasDerivedFrom Interpreted_language?oldid=603336717.
- Interpreted_language isPrimaryTopicOf Interpreted_language.