Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r4981:710154915480
Date: 2013-07-11 10:17 +0200
http://bitbucket.org/pypy/extradoc/changeset/710154915480/

Log:    Minor updates

diff --git a/blog/draft/duhton.rst b/blog/draft/duhton.rst
--- a/blog/draft/duhton.rst
+++ b/blog/draft/duhton.rst
@@ -9,10 +9,11 @@
 that can be used from any C program with enough effort. Using it is more than
 a little mundane, since you have to inserts write and read barriers by hand
 everywhere in your code that reads or writes to garbage collector controlled
-memory. Once we finish PyPy integration, this manual work is done automatically
+memory. In the PyPy integration, this manual work is done automatically
 by the STM transformation in the interpreter.
 
-However, to experiment some more, we created a `lisp interpreter`_
+However, to experiment some more, we created a minimal
+`lisp-like/scheme-like interpreter`_
 (called Duhton), that follows closely CPython's implementation strategy.
 For anyone familiar with CPython's source code, it should be pretty
 readable. This interpreter works like a normal and very basic lisp variant,
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to