What is the benefit to use an interpreted language as like Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the benefit to use an interpreted language as like Python?

What is the benefit to use an interpreted language as like Python?

12th Sep 2017, 3:11 AM
Md. Abdullah Al Bake
Md. Abdullah Al Bake - avatar
1 Answer
0
1. Faster performance by directly using the native code of the target machine 2. Opportunity to apply quite powerful optimisations during the compile stage
12th Sep 2017, 3:35 AM
Md. Abdullah Al Bake
Md. Abdullah Al Bake - avatar