Which one is better between using an interpreter or using a compiler? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 5

Which one is better between using an interpreter or using a compiler?

17th May 2018, 9:15 AM
Good Girl
Good Girl - avatar
2 Antworten
+ 5
Depending what your developing, for web based and small scripts to automate things an interpreter is fine. if your developing games or appliactons then I use a compiler. the advantage of a compiler is it runs faster. as the interpreter executes the script one line at a time.
17th May 2018, 9:21 AM
Ben
Ben - avatar
17th May 2018, 9:26 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar