Discussió:V8 (intèrpret JavaScript)

El contingut de la pàgina no s'admet en altres llengües.
De la Viquipèdia, l'enciclopèdia lliure

Caldria que algú que hi entengui passi per la part dels enllaços externs per traduir-ho de l'anglès. Per cert, l'article parla d'un "intèrpret JavaScript". No hauria de ser "intèrpret de JavaScript"? (pregunto...). Té la seva importància, perquè això surt també al títol, dins el parèntesi desambiguador. --Enric (discussió) 10:33, 13 gen 2011 (CET)[respon]

I don't think V8 should be considered as an interpretor. It is more a framework that allows communication between a Javascript program (executed in an interpretor) and C or C++ code. Using this, one can define a Javascript function (object) using C++ and call this function directly from the Javascript code. And reciprocally, in the C++ code, one can call Javascript functions (that will be executed by a Javascript interpretor). In other terms, it allows to write complex programs with a mix of Javascript and C/C++. The part written in C++ is compiled (and not interpreted) and thus can improve the efficiency of the execution of the program. Nikator (disc.) 13:44, 6 des 2013 (CET)[respon]