JavaScript/lang-es

From OLPC
< JavaScript
Revision as of 14:42, 17 April 2008 by Alv (talk | contribs) (A first cut at a translation. I left the discussion untouched in English. When you guys settle on something, I will translate.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  Traducción de JavaScript original  
  english | español   +/- cambios  
This is an on-going translation

Javascript es un lenguaje de programación orientado a objetos y parecido a Lisp. Su sintaxis es similar a la de C. Javascript se inventó como parte del navegador web Netscape. Aunque no tiene ninguna relación en absoluto con Java, alguna gente de marketing debio pensar que el navegador sería más atractivo si Netscape pudiera anunciar que tenía algo llamado "Javascript".

ECMA aprobó un estándar de Javascript llamado "ECMAScript", y éste es el nombre que usan los partidarios del software libre cuando quieren referirse al lenguaje en general y no a una especificación en concreto.

El motor de Javascritp del proyecto Mozilla está incluido en xulrunner, que forma parte OLPC.

Question: Which is correct, the statement above or the one in http://wiki.laptop.org/go/Xulrunner which states "XULRunner also supports Javascript however this is not part of GECKO and therefore is not supported"?

It says ...not supported by the current Sugar web browser.
It would be a good idea for the OLPC to clarify the situation with xulrunner and GECKO but the OLPC does have Javascript as a standard component and it is found in xulrunner. The catch is that Javascript embedded in HTML pages will not run when loaded by the GECKO-based web browser. But you can still build and run Javascript apps, just use xulrunner.

Puedes echar un vistazo al proyecto OLPCities. Es un software de código abierto y modular que utiliza Javascript (no Flash) para crear aplicaciones web online de estilo GameBoy. Puedes crear "Bloques" (lots) o una "Ciudad" con actividades. Hay algunos tutoriales disponibles que describen cómo hacerlo. Y hay un prototipo con el que puedes jugar no solamente en la estación OLPC sino también en algunos navegadores (Internet Explorer, por ejemplo), AHORA!