Thread: Compiler
View Single Post
Old 06-16-2008, 10:31 PM   #3 (permalink)
hamsavani
Registered User
 
Join Date: Jun 2008
Posts: 1
OS: WINDOWS


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
hamsavani is offline   Reply With Quote