Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Interpreted languages"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
Interpreted languages are [[programming languages]] that are interpreted at [[runtime]], rather than compiled to [[machine code]] and then simply executed.  These languages include:
+
Interpreted languages are [[programming language|programming languages]] that are interpreted at [[runtime]], rather than compiled to [[machine code]] and then simply executed.  These languages include:
 
* [[Perl]]
 
* [[Perl]]
 
* [[Python]]
 
* [[Python]]

Revision as of 14:59, 24 April 2012

Interpreted languages are programming languages that are interpreted at runtime, rather than compiled to machine code and then simply executed. These languages include: