Sunday, January 15, 2012

What is the difference between compiler and translator?

Hopefully you mean compiler and interpreter. A compiler translates all of your code into machine code before it's run. An interpreter does so at runtime, and does it line by line.

No comments:

Post a Comment