What is an interpreter in programming? NOT A COMPILER!

preview_player
Показать описание

Interpreters get mixed up with compilers a lot. Get it right in your interview!
Рекомендации по теме
Комментарии
Автор

1:51 Java, Python and C++ ??? Since when is C++ interpreted? :D

tomosko
Автор

the interpreter does not necessarily create machine code is creates some sort of data representation of the source code which is Byte code not machine code. Correct me if I am wrong man

bench