Which one is better between using an interpreter or using a compiler? | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
+ 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 odpowiedzi
+ 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
᠌᠌Code X
᠌᠌Code X - avatar