[pypy-svn] r34324 - pypy/dist/pypy/doc
fijal at codespeak.net
fijal at codespeak.net
Tue Nov 7 14:06:06 CET 2006
Author: fijal
Date: Tue Nov 7 14:06:05 2006
New Revision: 34324
Modified:
pypy/dist/pypy/doc/project-ideas.txt
Log:
s/JS/JavaScript/g
Modified: pypy/dist/pypy/doc/project-ideas.txt
==============================================================================
--- pypy/dist/pypy/doc/project-ideas.txt (original)
+++ pypy/dist/pypy/doc/project-ideas.txt Tue Nov 7 14:06:05 2006
@@ -46,17 +46,18 @@
---------------------------
PyPy has complete, or nearly so, back-ends for C, LLVM and CLI/.NET and
-partial backends for JS, Common Lisp, Squeak and the JVM. It would be an
-interesting project to improve either of these partial backends, or start one
-for another platform (objective C comes to mind).
-
-Improve JS backend
-------------------
-
-A JS backend is somehow different from other pypy's backends because it does
-not try to support all pypy (where it might be run than?), but rather to
-compile RPython programs into browser-stuff. Some documents are in a
-`JS whatis`_ file and a `JS using`_ file. Some project ideas might be:
+partial backends for JavaScript, Common Lisp, Squeak and the JVM. It would
+be an interesting project to improve either of these partial backends,
+or start one for another platform (objective C comes to mind).
+
+Improve JavaScript backend
+--------------------------
+
+A JavaScript backend is somehow different from other pypy's backends
+because it does not try to support all pypy (where it might be run than?),
+but rather to compile RPython programs into browser-stuff.
+Some documents are in a `JavaScript whatis`_ file and a `JavaScript using`_
+file. Some project ideas might be:
* Write some examples to show different possibilities of using them
@@ -194,6 +195,6 @@
.. _`pypy-dev mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
.. _`Summer of PyPy`: summer-of-pypy.html
.. _`ZODB's Persistent class`: http://www.zope.org/Documentation/Books/ZDG/current/Persistence.stx
-.. _`JS whatis`: js/whatis.html
-.. _`JS using`: js/using.html
+.. _`JavaScript whatis`: js/whatis.html
+.. _`JavaScript using`: js/using.html
More information about the Pypy-commit
mailing list