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

hpk at codespeak.net hpk at codespeak.net
Tue Mar 27 13:58:29 CEST 2007


Author: hpk
Date: Tue Mar 27 13:58:26 2007
New Revision: 41465

Modified:
   pypy/dist/pypy/doc/index.txt
Log:
linking JIT and Prolog-Interpreter, some terminology
clarification (still on the quest to not  
have PyPy == Python Interpreter implicitely) 
please review.



Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Tue Mar 27 13:58:26 2007
@@ -12,13 +12,18 @@
 ===============================================
 
 `getting started`_ provides hands-on instructions 
-including a two-liner to run PyPy on your system. 
+including a two-liner to run the PyPy Python interpreter 
+on your system, examples on advanced features and 
+entry points for using PyPy's translation tool chain. 
 
 `FAQ`_ contains some frequently asked questions.
 
-New features of PyPy (available from optional built-in modules):
+New features of PyPy's Python Interpreter and 
+Translation Framework: 
+
   * `What PyPy can do for your objects`_
   * `Stackless and coroutines`_
+  * `JIT Generation in PyPy`_ 
 
 `extension compiler`_ describes the (in-progress) tool that can be used
 to write modules in PyPy's style and compile them into regular CPython
@@ -27,6 +32,9 @@
 `JavaScript backend`_ describes how to use the JavaScript backend to create
 AJAX-based web pages.
 
+`PyPy Prolog Interpreter`_ describes an implementation of 
+Prolog that makes use of our Translation Tool chain. 
+
 Status_ of the project.
 
 
@@ -341,6 +349,7 @@
 .. _`low-level type system`: rtyper.html#low-level-type
 .. _`object-oriented type system`: rtyper.html#oo-type
 .. _`Stackless Transform`: translation.html#the-stackless-transform
+.. _`PyPy Prolog Interpreter`: prolog-interpreter.html
 .. _`main PyPy-translation scripts`: getting-started.html#translating-the-pypy-interpreter
 .. _`translate.py`: getting-started.html#translating-the-pypy-interpreter
 .. _`.NET`: http://www.microsoft.com/net/



More information about the Pypy-commit mailing list