What is the benefit to use an interpreted language as like Python? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
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