answersLogoWhite

0


Best Answer

Compiled.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is a code written in Eiffel programming language compiled or interpreted?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Difference between high level language and script language?

There is no real difference; a scripting language is a programming language like any other. We use the term script to infer a programming language that does not need to be compiled to a lower-level code before running. Generally speaking, a scripting language is usually a high-level, interpreted programming language.


What Services are needed to program in Linux?

To program in linux, you just have to pick out a programming language, and use your favorite text editor or IDE to start programming. Most prodominantly, programs are written in C or C++ and can be compiled with the Gnu C Compiler (gcc) or g++ if your program is in an interpreted language, such as perl or python, you just have to make sure you have the interpreter installed.


What high level programming languages are translated by a compiler?

Almost any language can be used to develop a compiler. The first compilers were written in assembly language or machine code but today they are typically written in C or (more commonly) C++. Other languages can be used, however the key aspects of any compiler are speed and efficiency, in which both C and C++ excel.


Oracle was written in what programming language?

in C


What is the difference between application software and programming language?

A script is a code fragment, rather than a complete or standalone application. Examples include commands in a command line language or code in a web page. The definition of a scripting language is a programming language that is most typically used in a script setting. This means that they are usually interpreted rather than compiled languages, and are often dynamically typed. Application programming languages include ones like C++ and Java. Scripting languages include ones like the Unix shell languages and Javascript. Languages such as Basic and Ruby are more difficult to characterize. They have often been used to write complete applications, but because they are interpreted, have also been utilized as script languages (for example the use of VBScript in spreadsheets). also refer this link: http://home.pacbell.net/ouster/scripting.html

Related questions

What is qbasic programming?

QBasic is a programming language that was developed by Microsoft in the early 1990s. It is an interpreted language, which means that the code written in QBasic is not compiled into machine language before it is executed. Instead, it is interpreted by a program called a "compiler," which reads the code and executes it on the fly. QBasic is a simple, beginner-friendly language that is well-suited for learning the basics of programming. It is based on the older programming language BASIC (Beginners All-purpose Symbolic Instruction Code). It is not actively developed anymore, but still can be used for educational purposes.


Difference between high level language and script language?

There is no real difference; a scripting language is a programming language like any other. We use the term script to infer a programming language that does not need to be compiled to a lower-level code before running. Generally speaking, a scripting language is usually a high-level, interpreted programming language.


What Services are needed to program in Linux?

To program in linux, you just have to pick out a programming language, and use your favorite text editor or IDE to start programming. Most prodominantly, programs are written in C or C++ and can be compiled with the Gnu C Compiler (gcc) or g++ if your program is in an interpreted language, such as perl or python, you just have to make sure you have the interpreter installed.


All programs written for today's PCs are compiled as?

No, some of them are not compiled, but interpreted (languages perl, python, php, ruby etc,).


What programming language is PHP made with?

PHP is written in the C programming language.


What programming language is Android written in?

Android is programmed in the C and C++ programming language.


What high level programming languages are translated by a compiler?

Almost any language can be used to develop a compiler. The first compilers were written in assembly language or machine code but today they are typically written in C or (more commonly) C++. Other languages can be used, however the key aspects of any compiler are speed and efficiency, in which both C and C++ excel.


What has the author Douglas A Troy written?

Douglas A. Troy has written: 'TheC programming language' -- subject(s): Microcomputers, Programming, Programming languages (Electronic computers) 'The C programming language' -- subject(s): C (Computer program language)


Dis advantage of High-level programming language?

A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.A program written and compiled with a high-level programming languages is slower, and takes up more space, than one created with a low-level programming language.However, the benefits usually far outweigh these disadvantages. It is much more work to write a decent program in a low-level language.


What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.


Oracle was written in what programming language?

in C


What is the difference between application software and programming language?

A script is a code fragment, rather than a complete or standalone application. Examples include commands in a command line language or code in a web page. The definition of a scripting language is a programming language that is most typically used in a script setting. This means that they are usually interpreted rather than compiled languages, and are often dynamically typed. Application programming languages include ones like C++ and Java. Scripting languages include ones like the Unix shell languages and Javascript. Languages such as Basic and Ruby are more difficult to characterize. They have often been used to write complete applications, but because they are interpreted, have also been utilized as script languages (for example the use of VBScript in spreadsheets). also refer this link: http://home.pacbell.net/ouster/scripting.html