Hallo homoSapiensX.
Auch JavaScript kann kompiliert werden.
Echt? Wie geht das denn?
Mit einem Compiler natürlich.
Nebenbei ist JS selbst (bzw. dessen Interpreter) zum Kompilieren fähig.
Folgendes Statement erzeugt eine neue Funktion, in dem der gegebene Ausdruck zu einem Funktionsobjekt kompiliert wird:
var foobar = new Function('alert("/me has been compiled.")');
foobar();
Dies entspricht natürlich nicht der landläufigen Vorstellung eines Kompilats.
Einen schönen Montag noch.
Gruß, Ashura
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]