|
Re: Compiler
Compiler converts agiven source lang program to m/c lang code t his needs lot of memory
2 store intermediate results like messages to help correct program etc., , its a slow process
as after compilaton u need to run the program to see the output
an interpreter does compilation + execution line by line so more easy 2 debug wih interpreter
its faster
|