[Python-Dev] IronPython and AST branch

2006-09-15 Thread Sanghyeon Seo
CPython 2.5, which will be released Real Soon Now, is the first
version to ship with new "AST branch", which have been in development
for a long time.

AST branch uses ASDL, Abstract Syntax Description Language
http://asdl.sourceforge.net/ to describe Abstract Syntax Tree data
structure used by CPython compiler. In theory this is language
independant, and the same file could be used to generate C# source
files.

Having the same AST for Python implementations will be good for
applications and libraries using Python implementations's internal
parsers and compilers. Currently, those using CPython parser module or
compiler package can't be easily ported to IronPython.

What do you think?

-- 
Seo Sanghyeon
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Thank you all

2006-09-15 Thread Dan Eloff
I was just browsing what's new in Python 2.5 at
http://docs.python.org/dev/whatsnew/

As I was reading I found myself thinking how almost every improvement
made a programming task I commonly bump into a little easier. Take the
with statement, or the new partition method for strings, or the
defaultdict (which I think was previously available, but I only now
realized what it does), or the unified try/except/finally, or the
conditional expression, etc

Then I remembered my reaction was much like that when python 2.4 was
released, and before that when Python 2.3 was released.

Every time a new version of python rolls around, my life gets a little easier.

I just want to say thank you, very much, from the bottom of my heart,
to everyone here who chooses to spend some of their free time working
on improving Python. Whether it be fixing bugs, writing documentation,
optimizing things, or adding new/updating modules or features, I want
you all to know I really appreciate your efforts. Your hard work has
long ago made Python into my favourite programming language, and the
gap only continues to grow. I think most people here and on
comp.lang.python feel the same way. It's just too often that people
(me) will find the 1% of things that aren't quite right and will focus
on that, rather than look at the 99% of things that are done very
well. So now, while I'm thinking about it, I want to take the
opportunity to say thank you for the 99% of Python that all of you
have done such a good job on.

-Dan
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Thank you all

2006-09-15 Thread Martin v. Löwis
Dan Eloff schrieb:
> I just want to say thank you, very much, from the bottom of my heart,
> to everyone here who chooses to spend some of their free time working
> on improving Python.

Hi Dan,

I can't really speak for all the other contributors (but maybe in
this case I can): Thanks for the kind words. While we know in
principle that many users appreciate our work, it is heartening
to actually hear (or read) the praise.

Regards,
Martin
___
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com