[pypy-svn] commit/extradoc: arigo: Details

Bitbucket commits-noreply at bitbucket.org
Wed Mar 2 23:53:18 CET 2011


1 new changeset in extradoc:

http://bitbucket.org/pypy/extradoc/changeset/05e7a2f3cd4c/
changeset:   r3337:05e7a2f3cd4c
branch:      extradoc
user:        arigo
date:        2011-03-02 23:53:07
summary:     Details
affected #:  1 file (115 bytes)

--- a/talk/stanford-ee380-2011/talk.txt	Wed Mar 02 10:57:24 2011 -0800
+++ b/talk/stanford-ee380-2011/talk.txt	Wed Mar 02 14:53:07 2011 -0800
@@ -237,6 +237,9 @@
 
 * A priori similar to CPython, but written in RPython.
 
+* RPython is also valid Python: we test extensively by running
+  it on top of CPython
+
 * See demo (py.py)
 
 
@@ -255,7 +258,8 @@
 
 * Completely valid Python (can be tested directly)
 
-* Can use lists, dicts, tuples, classes and instances, and so on
+* Can use lists, dicts, tuples, classes and instances, and so on,
+  but it must be type-safe
 
 * Contains no garbage collection detail (Py_INCREF/Py_DECREF in CPython)

Repository URL: https://bitbucket.org/pypy/extradoc/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the Pypy-commit mailing list