Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Interpreted languages"
From NetSec
| Line 1: | Line 1: | ||
| − | Interpreted languages are [http://wiki.dotslashproductions.net/index.php?title=Category:Programming_Languages programming languages] that are interpreted at [[runtime]], rather than compiled to [[machine code]] and then simply executed. | + | Interpreted languages are [http://wiki.dotslashproductions.net/index.php?title=Category:Programming_Languages programming languages] that are interpreted at [[runtime]], rather than compiled to [[machine code]] and then simply executed. These languages include: |
| + | * [[Perl]] | ||
| + | * [[Python]] | ||
| + | * [[PHP]] | ||
| + | * [[Ruby]] | ||
[[Category:Programming Languages]] | [[Category:Programming Languages]] | ||
Revision as of 12:03, 23 November 2011
Interpreted languages are programming languages that are interpreted at runtime, rather than compiled to machine code and then simply executed. These languages include: