Hey y'all! I'm back. This time, with something more interesting. Let's learn about the differences between the compiler based and interpreter based languages. Let's start guys!
So what are interpreter based and compiler based languages?
An interpreter based language scans each line of the code for an error. If it finds one, it will stop scanning further and highlight the error.
Whereas, a compiler based language will scan the whole code and then check for errors, and will just display error, as a whole. It won't specify in which line and what the error is.
So that's why the interpreter based languages like Python are far more preferred than compiler based languages (Like HTML). They are more user friendly and accurate.
Stay tuned for my next post guys, hope this one was informative. Till then, goodbye.

Abinav, I must admit that your style of writing focuses on the basics first and then steering towards deeper topics. You are able to explain with a lot of ease and this is only because of the strong grasp of fundamentals that you possess. Great going and continue your exploration!!
ReplyDelete