Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Just because it interprits to IL first?
Posted
Comments
Mike Meinz 7-Jan-14 8:02am    
[no name] 7-Jan-14 19:16pm    
Without some more detail including your source this does not qualify as a question.

1 solution

Visual Studio is an IDE (integrated development environment) and has nothing to do with being "interpreted".

"interpreted" means that the runtime executing the code will evaluate instructions as they come, and will do no pre-processing.

.net is a compiled virtual machine runtime and is not interpreted.

Even javascript in the V8 runtime is compiled albeit in a just-in-time way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900