Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@elisa-4hps94 • Dec 6, 2007
Scripting language is simply a programming language. Normally, a scripting language needs an Interpreter to work (not compiler). Since compilation of the code is not a mandatory step, any change to the code can be immediately reflected.
Yes, JavaScript is an interpreted language. As I said above, JavaScript needs an interpreter to execute. -
@sai-krishna-mCwaOF • Dec 7, 2007
Thank u elisa.can u breifly explain me the difference b\n interpreter and compiler.ElisaScripting language is simply a programming language. Normally, a scripting language needs an Interpreter to work (not compiler). Since compilation of the code is not a mandatory step, any change to the code can be immediately reflected.
Yes, JavaScript is an interpreted language. As I said above, JavaScript needs an interpreter to execute.
I think both are meant for translating the source code written in some language into machine understandable language.
Am i correct.if not please correct me.
Thanks once again.