Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r4984:67ba462afa67 Date: 2013-07-12 10:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/67ba462afa67/
Log: add links diff --git a/blog/draft/duhton.rst b/blog/draft/duhton.rst --- a/blog/draft/duhton.rst +++ b/blog/draft/duhton.rst @@ -23,9 +23,7 @@ there are no conflicting writes to global memory and hence the demos are very amenable to parallelization. They exercise: -* arithmetics - ``demo/many_sqare_roots.duh``:: - - +* arithmetics - ``demo/many_sqare_roots.duh`` * read-only access to globals - ``demo/trees.duh`` @@ -62,3 +60,9 @@ Cheers, fijal on behalf of Remi Meier and Armin Rigo + +.. _`the previous blog post`: http://morepypy.blogspot.com/2013/06/stm-on-drawing-board.html +.. _`lisp-like/scheme-like interpreter`: https://bitbucket.org/arigo/duhton +.. _`the stmgc repo`: https://bitbucket.org/pypy/stmgc +.. _`the duhton repo`: https://bitbucket.org/arigo/duhton + _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
