Paketname | spidermonkey-bin |
Beschreibung | standalone JavaScript/ECMAScript (ECMA-262) interpreter |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.9.1.16-14 |
Sektion | interpreters |
Priorität | optional |
Installierte Größe | 216 Byte |
Hängt ab von | libc6 (>= 2.3.6-6~), libmozjs2d (>= 1.9.1), libnspr4-0d (>= 1.8.0.10), libreadline6 (>= 6.0), libstd |
Empfohlene Pakete | |
Paketbetreuer | Maintainers of Mozilla-related packages |
Quelle | iceweasel (3.5.16-14) |
Paketgröße | 98136 Byte |
Prüfsumme MD5 | ae1c533f0a0350afeb06dcc451588fff |
Prüfsumme SHA1 | 3b1f6fb686dfca318c8110517be0d1a606d4a603 |
Prüfsumme SHA256 | 654ceb56f1cf85b558963ee1974e99ef993cd2526bef3572f364ea35deae85d9 |
Link zum Herunterladen | spidermonkey-bin_1.9.1.16-14_i386.deb |
Ausführliche Beschreibung | SpiderMonkey is a standalone JavaScript/ECMAScript interpreter. It can either
take input from files or from a command line driven interface.
It is not recommended for production use, as it contains dangerous
(security-wise) debugging features.
.
ECMAScript (ECMA-262) is a dynamic scripting language supporting prototype
based object construction. The basic syntax is intentionally similar to
both Java and C++ to reduce the number of new concepts required to learn
the language. Language constructs, such as if statements, for and while
loops, and switch and try ... catch blocks function the same as these
languages (or nearly so).
.
JavaScript is a superset of the ECMA-262 Edition 3 (ECMAScript) standard
first introduced by Netscape and now led by the Mozilla project.
|