<br><div class="gmail_quote">On Sun, Nov 20, 2011 at 4:46 PM, Travis Parks <span dir="ltr"><<a href="mailto:jehugaleahsa@gmail.com">jehugaleahsa@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello:<br>
<br>
I am currently working on designing a new programming language. It is<br>
a compiled language, but I still want to use Python as a reference.<br>
Python has a lot of similarities to my language, such as indentation<br>
for code blocks, lambdas, non-locals and my language will partially<br>
support dynamic programming.<br></blockquote><div><br>FWIW, comprehensions are often nicer than lambdas.<br><br>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.<br>
<br></div></div><br>