| |
JavaScript
is an interpreted programming or script language
from Netscape. It is somewhat similar in capability
to Microsoft's Visual Basic, Sun's Tcl, the UNIX-derived
Perl, and IBM's REX. In general, script languages
are easier and faster to code in than the more
structured and compiled languages such as C and
C++. Script languages generally take longer to
process than compiled languages, but are very
useful for shorter programs.
|