Programming language implementation

http://dbpedia.org/resource/Programming_language_implementation an entity of type: Abstraction100002137

تنفيذ لغات البرمجة هو نظام لتشغيل البرامج المكتوبة بلغات البرمجة. هنالك طريقتين رئيسيتين لتنفيذ لغات البرمجة: * التفسير: المفسر يأخذ برنامجا مكتوبا بلغة معينة ويقوم بتنفيذ الأوامر المكتوبة على جهاز معين. * الترجمة: المترجم يأخذ برنامجا مكتوبا بلغة معينة ويقوم بترجمته للغة أخرى وبالتالي يمكن أن تكون مخرجاته عبارة عن مدخلات لمترجم أو مفسر آخر. يلاحظ أن المترجم لا يقوم يتنفيذ البرنامج فورًا. من أجل تنفيذ برنامج ما على طريقة الترجمة لابد أن يترجم البرنامج إلى شكل يقبل أن يكون مدخلا لمفسر يقوم يتنفيذه فعلًا. rdf:langString
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. rdf:langString
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. rdf:langString
프로그래밍 언어 구현체(programming language implementation)는 컴퓨터 프로그램을 실행하기 위한 시스템이다. 프로그래밍 언어 구현체에 접근하는 방법은 보통 2가지가 있다: 인터프리터와 컴파일러. 인터프리트 과정은 프로그램을 실행하는 한 방법이다. 프로그램은 인터프리터에 의한 입력으로서 읽히며 프로그램에서 작성한 동작들을 수행한다. 컴파일은 다른 과정인데, 컴파일러가 프로그램을 읽지만 프로그램을 실행하는 대신 컴파일러가 이를 다른 일부 언어(바이트코드나 기계어)로 변환한다. 변환된 코드는 하드웨어에 의해 직접 실행되거나 다른 인터프리터나 다른 컴파일러에 대한 입력으로서의 역할을 하게 된다. rdf:langString
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.​ rdf:langString
rdf:langString Programming language implementation
rdf:langString تنفيذ لغات البرمجة
rdf:langString Realigo de programlingvo
rdf:langString Implementación de lenguaje de programación
rdf:langString 프로그래밍 언어 구현체
xsd:integer 5439284
xsd:integer 1109729483
rdf:langString تنفيذ لغات البرمجة هو نظام لتشغيل البرامج المكتوبة بلغات البرمجة. هنالك طريقتين رئيسيتين لتنفيذ لغات البرمجة: * التفسير: المفسر يأخذ برنامجا مكتوبا بلغة معينة ويقوم بتنفيذ الأوامر المكتوبة على جهاز معين. * الترجمة: المترجم يأخذ برنامجا مكتوبا بلغة معينة ويقوم بترجمته للغة أخرى وبالتالي يمكن أن تكون مخرجاته عبارة عن مدخلات لمترجم أو مفسر آخر. يلاحظ أن المترجم لا يقوم يتنفيذ البرنامج فورًا. من أجل تنفيذ برنامج ما على طريقة الترجمة لابد أن يترجم البرنامج إلى شكل يقبل أن يكون مدخلا لمفسر يقوم يتنفيذه فعلًا.
rdf:langString 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.
rdf:langString 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.​
rdf:langString 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.
rdf:langString 프로그래밍 언어 구현체(programming language implementation)는 컴퓨터 프로그램을 실행하기 위한 시스템이다. 프로그래밍 언어 구현체에 접근하는 방법은 보통 2가지가 있다: 인터프리터와 컴파일러. 인터프리트 과정은 프로그램을 실행하는 한 방법이다. 프로그램은 인터프리터에 의한 입력으로서 읽히며 프로그램에서 작성한 동작들을 수행한다. 컴파일은 다른 과정인데, 컴파일러가 프로그램을 읽지만 프로그램을 실행하는 대신 컴파일러가 이를 다른 일부 언어(바이트코드나 기계어)로 변환한다. 변환된 코드는 하드웨어에 의해 직접 실행되거나 다른 인터프리터나 다른 컴파일러에 대한 입력으로서의 역할을 하게 된다.
xsd:nonNegativeInteger 7239

data from the linked data cloud