Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Interpreted languages"
From NetSec
GertieUbpgdd (Talk | contribs) |
|||
Line 4: | Line 4: | ||
* [[PHP]] | * [[PHP]] | ||
* [[Ruby]] | * [[Ruby]] | ||
+ | |||
+ | {{Programming}} | ||
[[Category:Programming Languages]] | [[Category:Programming Languages]] |
Revision as of 23:48, 15 May 2012
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 is part of a series on programming.