[pypy-svn] r12578 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Thu May 19 21:57:38 CEST 2005


Author: hpk
Date: Thu May 19 21:57:38 2005
New Revision: 12578

Modified:
   pypy/dist/pypy/documentation/index.txt
Log:
issue65 in-progress 

reviewed the list of references and found a lot of them
not really fitting anymore or not very helpful.  I thus 
reduced the list which is basically now a better start of a 
'related projects' sections.  We should probably invest some
more effort and make a real 'papers and talk' section 
on the index page, referencing our so-far presentations 
(including the OSCON one). 

Before removing references i would have liked to talk
this over with someone but no one was available and 
release time is coming close. 



Modified: pypy/dist/pypy/documentation/index.txt
==============================================================================
--- pypy/dist/pypy/documentation/index.txt	(original)
+++ pypy/dist/pypy/documentation/index.txt	Thu May 19 21:57:38 2005
@@ -39,47 +39,36 @@
 Further reading / related projects 
 ----------------------------------
 
-* oscon2003-paper_ is a paper we presented at Oscon 2003 describing 
+* oscon2003-paper_ is a early paper presented at Oscon 2003 describing 
   what the pypy project is about and why you should care
 
-* An interesting thread on an HP tech report that may be proof the pypy is feasible_ . (We already knew that...)
+* Dynamo_ showcased `transparent dynamic optimization`_
+  generating translating a binary program into an optimizied version at runtime. 
 
-* An interesting thread on why VHLL rock_ . (We already knew that too.)
-	
-* A thread on Python in Scheme_ .
+* spyweb_ translates Python programs to Scheme. 
 
-* An intriguting project, FlashMob_ - creating an adhoc supercomputer.
+* `GNU lightning`_ generates assembly language at runtime. 
 
-* A discussion on Python and lisp_ support
+* `LLVM`_ the low level virtual machine project. 
 
-* An interesting repository_ of papers by Xerox Parc members, with quite a few issues more or less relevant to PyPy.
-
-* A thread on the gnu lightning_ project."GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips."
-
-* A project to create a Low Level Virtual Machine (LLVM_) and a PyPy-LLVM_ discussion, and conversation_ between PyPy and LLVM.
-
-* A thread discussing the xhelix_ python C extension implementing Helix encryption and authentication, which may be interesting to use as a pypy performance test at some point.
-
-* A paper for PyCon 2004: "IronPython_ is a new implementation of the Python language targeting the Common Language Runtime (CLR). It compiles python programs into bytecode (IL) that will run on either Microsoft's .NET or the Open Source Mono platform. IronPython includes an interactive interpreter and transparent on-the-fly compilation of source files just like standard Python. In addition, IronPython supports static compilation of Python code to produce static executables (.exe's) that can be run directly or static libraries (.dll's) that can be called from other CLR languages."
-
-* A comparison of Python and Pliant_ , an OS written in a python-like language. 
+* `Iron Python`_ a new Python implementation compiling Python into 
+  Microsofts Common Language Runtime (CLR) Intermediate Language (IL).
 
+* `Squeak`_ is a Smalltalk-80 implementation written in
+  Smalltalk, being used in `Croquet`_, an experimental 
+  distributed multi-user/multi-programmer virtual world. 
 
+.. _`Squeak`: http://www.squeak.org/
+.. _`Croquet`: http://www.opencroquet.org/
+.. _`Iron Python`: http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
+.. _`transparent dynamic optimization`: http://www.hpl.hp.com/techreports/1999/HPL-1999-77.pdf
+.. _Dynamo: http://www.hpl.hp.com/techreports/1999/HPL-1999-78.pdf
 .. _oscon2003-paper: http://codespeak.net/pypy/index.cgi?extradoc/talk/oscon2003-paper.html
-.. _howtosvn: http://codespeak.net/pypy/index.cgi?doc/howtosvn.html
 .. _optionaltool: http://codespeak.net/pypy/index.cgi?doc/optionaltool.html
 .. _testdesign: http://codespeak.net/pypy/index.cgi?doc/testdesign.html
 .. _feasible: http://codespeak.net/pipermail/pypy-dev/2004q2/001289.html
 .. _rock: http://codespeak.net/pipermail/pypy-dev/2004q1/001255.html
-.. _Scheme: http://codespeak.net/pipermail/pypy-dev/2004q1/001256.html
-.. _FlashMob: http://www.flashmobcomputing.org/
-.. _lisp: http://codespeak.net/pipermail/pypy-dev/2003q4/001048.html
-.. _repository: http://www2.parc.com/csl/groups/sda/publications.shtml
-.. _lightning: http://codespeak.net/pipermail/pypy-dev/2003q4/001051.html
+.. _spyweb: http://spyweb.hopto.org/
+.. _`GNU lightning`: http://www.gnu.org/software/lightning/lightning.html
 .. _LLVM: http://llvm.cs.uiuc.edu/
-.. _PyPy-LLVM: http://codespeak.net/pipermail/pypy-dev/2003q4/001115.html
-.. _conversation: http://codespeak.net/pipermail/pypy-dev/2003q4/001119.html
-.. _xhelix: http://codespeak.net/pipermail/pypy-dev/2003q4/001129.html
 .. _IronPython: http://www.python.org/pycon/dc2004/papers/9/
-.. _pliant: http://pliant.cx 
-.. _recently-modified: http://codespeak.net/pypy/index.cgi?doc/recent



More information about the Pypy-commit mailing list