[pypy-svn] r28703 - pypy/dist/pypy/doc

ericvrp at codespeak.net ericvrp at codespeak.net
Mon Jun 12 13:19:35 CEST 2006


Author: ericvrp
Date: Mon Jun 12 13:19:34 2006
New Revision: 28703

Modified:
   pypy/dist/pypy/doc/getting-started.txt
Log:
Change getting-started document to reflect js2 to js transition


Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt	(original)
+++ pypy/dist/pypy/doc/getting-started.txt	Mon Jun 12 13:19:34 2006
@@ -413,9 +413,9 @@
 
 The Javascript backend is still experimental but will be worked on during this
 years `Google summer of code`_. It contains some rudimentary support for
-stackless features and a good integration with PyPy's unittesting framework.
-Code can be tested with the `Spidermonkey`_ commandline javascript interpreter
-in addition to a multitude of javascript capable browsers. 
+for the document object model and a good integration with PyPy's unittesting
+framework. Code can be tested with the `Spidermonkey`_ commandline javascript
+interpreter in addition to a multitude of javascript capable browsers. 
 The emphasis of the Javascript backend is to compile RPython code into
 javascript snippets that can be used in a range of browsers. The goal is
 to make it more and more capable to produce full featured web applications.
@@ -425,7 +425,6 @@
 
    >>> t = Translation(snippet.my_gcd)
    >>> a = t.annotate([int, int])
-   >>> t.rtype()
    >>> t.source_js()
 
 A slightly larger example



More information about the Pypy-commit mailing list