What is and IDE and what is an interpreter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is and IDE and what is an interpreter?

help me know the relation and their difference??

13th Jul 2017, 5:58 AM
Akankshya Bhattacharyaa
Akankshya Bhattacharyaa - avatar
3 Answers
+ 10
IDE (Integrated Development Environment) is the environment in which you write your codes. IDEs normally come with a source code editor, build automation tools and a debugger. An interpreter is a computer program which execute the codes you have written line by line without prior code compilation into machine language.
13th Jul 2017, 6:06 AM
Hatsy Rei
Hatsy Rei - avatar
+ 1
an IDE is a design environment where you create code. the IDE will link to an interpreter or compiler to run/execute your code. the interpreter is a program that interprets your code a compiler compiles your code into an executable etc ready for it to be run interpreter and compiler use depends on the language being used. c is a compiled language. python is an interpreted language
13th Jul 2017, 6:06 AM
Daemo
Daemo - avatar
+ 1
thank u guys
13th Jul 2017, 6:07 AM
Akankshya Bhattacharyaa
Akankshya Bhattacharyaa - avatar