+ 11
What is the difference between a programmer and an interpreter?
32 ответов
+ 2
A programmer is a person who creates softwares in computer.
interpreter is a computer program that directly executes instructions written in a programming or scripting language.☺️
+ 17
A programmer is a person who creates softwares in computer.
A interpreter is a software that runs the software written by a programmer
+ 13
A programmer is a personified being that takes in coffee and produces code😂
An interpreter stays low key to render the work of the programmer
+ 11
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 what a answer u gave 🤣🤣😁😂 all peoples have to mark it a best answer🤣
+ 7
Programmer: a person who makes the code
Interpreter: Used in some languages like python to execute the code
Some other languages use compiler to execute the code
+ 5
A programmer is person who create computer software's while
interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.
+ 4
You can use Google or search for similar answers to get a clear and detail explanation between two
+ 4
There are also human interpreters who translate from one human language to another. A programmer translates requirements into a programming language for a computer.
+ 3
Whattt!! Hahahahaahah
+ 3
Momen Abdo your welcome
+ 3
Assuming that by 'Programmer' you meant 'Compiler' or 'IDE' (otherwise it wouldn't make sense)
For starters,
A compiler translates the Entire code of your project to a lower level language .
Whereas, an interpreter directly executes the instructions of your code line by line by generating an immediate efficient intermediate representation.
However, IDEs are basically software tools that enables you to write, edit and debug your codes.
Usually it's compiler or interpreter's job to convert the code you have written on your IDE to it's more efficient representation.
+ 2
Programmer writes the code but interpreter changes this source code into machine code so it can understandable by computer.
+ 1
Programmer s a person who uses a language to make stuff that's cool
An interpreter is what the code goes into to make the stuff that's cool
+ 1
Trash Taekook I think u ask what is difference between compiler and interpreter compiler convert all code into machine code while interpreter convert code to machine line code line by line
+ 1
A computer programmer figures out the process of designing, writing, testing, debugging/troubleshooting and maintaining the source code of computer programs. This source code is written in a programming language so the computer can 'understand' it.
And
interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.
+ 1
Interpreter- It takes less amount of time to analyze the source code but the overall execution time is slower.
Programmer-A programmer is an individual that writes/creates computer software or applications by giving the computer specific programming instructions
+ 1
The interpreter is the software you use to run what a programmer already write.
So programmer is the person and interpreter is where the code is written.
+ 1
a programmer takes in local language and converts it into foreign language(code)
an interpreter takes in foreign language and turns it into local language 😂
+ 1
A person who writes program, where interpreter translates program into machine language and vise versa.