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

In computer programming, a programming language implementation is a system for executing computer programs. There are two general approaches to programming language implementation: * Interpretation: The program is read as input by an interpreter, which performs the actions written in the program. * Compilation: The program is read by a compiler, which translates it into some other language, such as bytecode or machine code. The translated code may either be directly executed by hardware, or serve as input to another interpreter or another compiler.

Property Value
dbo:abstract
  • تنفيذ لغات البرمجة هو نظام لتشغيل البرامج المكتوبة بلغات البرمجة. هنالك طريقتين رئيسيتين لتنفيذ لغات البرمجة: * التفسير: المفسر يأخذ برنامجا مكتوبا بلغة معينة ويقوم بتنفيذ الأوامر المكتوبة على جهاز معين. * الترجمة: المترجم يأخذ برنامجا مكتوبا بلغة معينة ويقوم بترجمته للغة أخرى وبالتالي يمكن أن تكون مخرجاته عبارة عن مدخلات لمترجم أو مفسر آخر. يلاحظ أن المترجم لا يقوم يتنفيذ البرنامج فورًا. من أجل تنفيذ برنامج ما على طريقة الترجمة لابد أن يترجم البرنامج إلى شكل يقبل أن يكون مدخلا لمفسر يقوم يتنفيذه فعلًا. (ar)
  • Realigo de programlingvo estas rimedo por plenumi (ruli) programojn en koncerna programlingvo. Estas du ĉefaj manieroj por realigi programlingvon: * Interpretilo, kiu ruliĝas sur iu komputilo, kaj tuje plenumas ricevatajn * Tradukilo, ricevanta fontoprogramon en unu lingvo, kaj tradukanta ĝin en alian lingvon por posta plenumo (eventuale per ia interpetilo) sur la sama aŭ sur alia komputilo. (eo)
  • Una implementación de lenguaje de programación es un sistema para ejecutar programas de ordenador. Hay dos aproximaciones generales a implementación de lenguaje de programación: interpretación y recopilación.​ La interpretación es un método de ejecutar un programa. El programa está leído tan entrada por un intérprete, el cual actúa las acciones escritas en el programa.​ La compilación es un proceso diferente , donde un compilador lee en un programa, pero en vez de correr el programa, el compilador traduce este a algún otro lenguaje, como bytecode o código de máquina. El código traducido puede ser directamente ejecutado por hardware, o servir tan entrada a otro intérprete u otro compilador.​ (es)
  • In computer programming, a programming language implementation is a system for executing computer programs. There are two general approaches to programming language implementation: * Interpretation: The program is read as input by an interpreter, which performs the actions written in the program. * Compilation: The program is read by a compiler, which translates it into some other language, such as bytecode or machine code. The translated code may either be directly executed by hardware, or serve as input to another interpreter or another compiler. (en)
  • 프로그래밍 언어 구현체(programming language implementation)는 컴퓨터 프로그램을 실행하기 위한 시스템이다. 프로그래밍 언어 구현체에 접근하는 방법은 보통 2가지가 있다: 인터프리터와 컴파일러. 인터프리트 과정은 프로그램을 실행하는 한 방법이다. 프로그램은 인터프리터에 의한 입력으로서 읽히며 프로그램에서 작성한 동작들을 수행한다. 컴파일은 다른 과정인데, 컴파일러가 프로그램을 읽지만 프로그램을 실행하는 대신 컴파일러가 이를 다른 일부 언어(바이트코드나 기계어)로 변환한다. 변환된 코드는 하드웨어에 의해 직접 실행되거나 다른 인터프리터나 다른 컴파일러에 대한 입력으로서의 역할을 하게 된다. (ko)
dbo:wikiPageID
  • 5439284 (xsd:integer)
dbo:wikiPageLength
  • 7239 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1109729483 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • تنفيذ لغات البرمجة هو نظام لتشغيل البرامج المكتوبة بلغات البرمجة. هنالك طريقتين رئيسيتين لتنفيذ لغات البرمجة: * التفسير: المفسر يأخذ برنامجا مكتوبا بلغة معينة ويقوم بتنفيذ الأوامر المكتوبة على جهاز معين. * الترجمة: المترجم يأخذ برنامجا مكتوبا بلغة معينة ويقوم بترجمته للغة أخرى وبالتالي يمكن أن تكون مخرجاته عبارة عن مدخلات لمترجم أو مفسر آخر. يلاحظ أن المترجم لا يقوم يتنفيذ البرنامج فورًا. من أجل تنفيذ برنامج ما على طريقة الترجمة لابد أن يترجم البرنامج إلى شكل يقبل أن يكون مدخلا لمفسر يقوم يتنفيذه فعلًا. (ar)
  • Realigo de programlingvo estas rimedo por plenumi (ruli) programojn en koncerna programlingvo. Estas du ĉefaj manieroj por realigi programlingvon: * Interpretilo, kiu ruliĝas sur iu komputilo, kaj tuje plenumas ricevatajn * Tradukilo, ricevanta fontoprogramon en unu lingvo, kaj tradukanta ĝin en alian lingvon por posta plenumo (eventuale per ia interpetilo) sur la sama aŭ sur alia komputilo. (eo)
  • In computer programming, a programming language implementation is a system for executing computer programs. There are two general approaches to programming language implementation: * Interpretation: The program is read as input by an interpreter, which performs the actions written in the program. * Compilation: The program is read by a compiler, which translates it into some other language, such as bytecode or machine code. The translated code may either be directly executed by hardware, or serve as input to another interpreter or another compiler. (en)
  • 프로그래밍 언어 구현체(programming language implementation)는 컴퓨터 프로그램을 실행하기 위한 시스템이다. 프로그래밍 언어 구현체에 접근하는 방법은 보통 2가지가 있다: 인터프리터와 컴파일러. 인터프리트 과정은 프로그램을 실행하는 한 방법이다. 프로그램은 인터프리터에 의한 입력으로서 읽히며 프로그램에서 작성한 동작들을 수행한다. 컴파일은 다른 과정인데, 컴파일러가 프로그램을 읽지만 프로그램을 실행하는 대신 컴파일러가 이를 다른 일부 언어(바이트코드나 기계어)로 변환한다. 변환된 코드는 하드웨어에 의해 직접 실행되거나 다른 인터프리터나 다른 컴파일러에 대한 입력으로서의 역할을 하게 된다. (ko)
  • Una implementación de lenguaje de programación es un sistema para ejecutar programas de ordenador. Hay dos aproximaciones generales a implementación de lenguaje de programación: interpretación y recopilación.​ La interpretación es un método de ejecutar un programa. El programa está leído tan entrada por un intérprete, el cual actúa las acciones escritas en el programa.​ (es)
rdfs:label
  • Programming language implementation (en)
  • تنفيذ لغات البرمجة (ar)
  • Realigo de programlingvo (eo)
  • Implementación de lenguaje de programación (es)
  • 프로그래밍 언어 구현체 (ko)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
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