Downloading Interpreter



What is a shell or terminal?


Terminal/shell works on command line. They can execute less number of code. Terminals can be used for basic programming. I suggest you to perform simple arithmetic operations in terminal. These terminals can not execute huge lines of code. Terminals do not have debuggers(errors fixers), syntax correctors, python require pip8 mode of writing which is syntax writing technique in python.

Terminal/shell
Terminal/Shell


What is an Interpreter?

Interpreter is a program that executes instructions written in a high-level language. Interpreters compile the program or the code written in programming language. It works like a translator which turns your syntax into the binary codes (machine language). You can write long lines of codes. 

Point to ponder:
The interpreter take the code from the secondary memory, turns into the bit code and transfer it in the primary memory, then executes it. 

working of interpreter
Interpreter


I suggest you to download interpreters.

Links to download interpreters are the following, choice is yours:





3. Atom

Post a Comment

0 Comments