[pypy-svn] rev 1907 - pypy/trunk/doc/funding

pedronis at codespeak.net pedronis at codespeak.net
Tue Oct 14 17:59:04 CEST 2003


Author: pedronis
Date: Tue Oct 14 17:59:04 2003
New Revision: 1907

Modified:
   pypy/trunk/doc/funding/B1.0_objectives.txt
Log:
monadic interp have been used for DSLs.


Modified: pypy/trunk/doc/funding/B1.0_objectives.txt
==============================================================================
--- pypy/trunk/doc/funding/B1.0_objectives.txt	(original)
+++ pypy/trunk/doc/funding/B1.0_objectives.txt	Tue Oct 14 17:59:04 2003
@@ -97,7 +97,8 @@
 
 Haskell monadic modular interpreters [LHJ95]_ [H98]_ are a
 researched attempt at achieving modularity for interpreters. They have
-not been tried on something as large as Python, however, as the approach is hard
+not been tried on something as large as Python but in the contex of DSLs, 
+however, as the approach is hard
 to relate to for programmers accustomed to more conventional Object-Oriented 
 (OO) programming and requires sophisticated partial evaluation to remove the
 monadic overhead. Monad transformers can also be used to modularize


More information about the Pypy-commit mailing list