[pypy-svn] r53625 - pypy/extradoc/talk/rupy2008

fijal at codespeak.net fijal at codespeak.net
Wed Apr 9 20:28:06 CEST 2008


Author: fijal
Date: Wed Apr  9 20:28:04 2008
New Revision: 53625

Modified:
   pypy/extradoc/talk/rupy2008/talk.tex
Log:
drop few XXXs


Modified: pypy/extradoc/talk/rupy2008/talk.tex
==============================================================================
--- pypy/extradoc/talk/rupy2008/talk.tex	(original)
+++ pypy/extradoc/talk/rupy2008/talk.tex	Wed Apr  9 20:28:04 2008
@@ -69,6 +69,8 @@
     \begin{itemize}
       \item
         giving you lots of ameninities
+        XXX don't use such words IMO, try to be more understandable
+        XXX audience is mostly students
       \item
         translation to lots of environments
       \item
@@ -88,6 +90,7 @@
         extra features
       \item
         lazy evaluation
+        XXX I don't like advertising features that don't work
       \item
         stackless
       \item
@@ -144,6 +147,7 @@
   \item implemented in C
   \item can be used to wrap C libraries rather effortlessly
   \item no need to write C code to interface with libraries
+        XXX ctypes demo maybe...
   
   \end{itemize}
   \pause
@@ -174,8 +178,11 @@
   \frametitle{Garbage Collection}
   \begin{itemize}
   \item RPython itself is garbage collected
+        XXX this is the first time you mention RPython, that's
+        XXX either too late, or not mention it at all
   \item when translating to C, a GC is woven into the program
-  \item GCs are completely written in Python
+        XXX another hard word
+  \item GCs are completely written in Python (XXX RPython)
   \item similar to the MMTK toolkit of Jikes RVM
   \item two fast GCs: semispace, generational
   \item lots of care to get the semantics right:



More information about the Pypy-commit mailing list