Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

compiler vs interpreter

# Interpreters and compilers are very similar in structure. 
$ The main difference is that an interpreter directly executes 
# the instructions in the source programming language while a 
# compiler translates those instructions into efficient machine code.
 
PREVIOUS NEXT
Tagged: #compiler #interpreter
ADD COMMENT
Topic
Name
7+1 =