diff options
Diffstat (limited to 'files/it/spidermonkey/index.html')
-rw-r--r-- | files/it/spidermonkey/index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/files/it/spidermonkey/index.html b/files/it/spidermonkey/index.html new file mode 100644 index 0000000000..5f22fc2353 --- /dev/null +++ b/files/it/spidermonkey/index.html @@ -0,0 +1,50 @@ +--- +title: SpiderMonkey +slug: SpiderMonkey +translation_of: Mozilla/Projects/SpiderMonkey +--- +<p><strong>SpiderMonkey</strong> è il motore <a href="it/JavaScript">JavaScript</a> di <a href="it/Gecko">Gecko</a>, scritto in C. Viene utilizzato in vari programmi Mozilla ed è disponibile sotto tre licenze: MPL/GPL/LGPL.</p> + +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h4 id="Documentazione" name="Documentazione">Documentazione</h4> + + <dl> + <dt><a href="it/JSAPI_Reference">JSAPI Reference</a></dt> + <dd><small>La reference per l'API di SpiderMonkey.</small></dd> + </dl> + + <dl> + <dt><a href="it/Guida_per_l'embedding_del_motore_C_di_JavaScript">Guida per l'embedding del motore C di JavaScript</a></dt> + <dd><small>Questa guida fornisce una panoramica di SpiderMonkey e descrive come incorporare le chiamate al motore in altre applicazione per fare in modo che supportino JavaScript.</small></dd> + </dl> + + <dl> + <dt><a class="external" href="http://www.mozilla.org/js/spidermonkey/tutorial.html">How to embed the JavaScript engine</a> (EN)</dt> + <dd><small>Un asciutto tutorial su come incorporare SpiderMonkey.</small></dd> + </dl> + + <dl> + <dt><a href="it/SpiderMonkey_Garbage_Collection_Tips">SpiderMonkey Garbage Collection Tips</a> (EN)</dt> + <dd><small>Suggerimenti per evitare problemi con il garbage collector.</small></dd> + </dl> + + <dl> + <dt><a href="it/Introduction_to_the_JavaScript_shell">Introduction to the JavaScript shell</a> (EN)</dt> + <dd><small>Come ottenere, compilare e utilizzare la shell JavaScript.</small></dd> + </dl> + </td> + <td> + <h4 id="Argomenti_correlati" name="Argomenti_correlati">Argomenti correlati</h4> + + <dl> + <dd><a href="it/JavaScript">JavaScript</a></dd> + </dl> + </td> + </tr> + </tbody> +</table> + +<p><span class="comment">Interwiki Language Links</span></p> |