Using the Python Interpreter as a Reference

Dan Stromberg drsalists at gmail.com
Sun Nov 20 21:55:21 EST 2011


On Sun, Nov 20, 2011 at 4:46 PM, Travis Parks <jehugaleahsa at gmail.com>wrote:

> Hello:
>
> I am currently working on designing a new programming language. It is
> a compiled language, but I still want to use Python as a reference.
> Python has a lot of similarities to my language, such as indentation
> for code blocks, lambdas, non-locals and my language will partially
> support dynamic programming.
>

FWIW, comprehensions are often nicer than lambdas.

You might want to check out PyPy.  It's written in a more flexible
implementation language than CPython, and facilitates writing languages -
IOW, PyPy is more than just Python written in Python.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20111120/1a4e714c/attachment.html>


More information about the Python-list mailing list