History of python syntax development?

R

Ritwik

Hi all,
I'm doing some work in programming languages and I'm looking for a
short history of python development, from the point of view of the
initial development of the syntax. I know I can go through the mailing
lists and news groups (and I am doing that at the moment), and the
python history blog has some stuff, but is there anyone who can
recommend a site/book that has a good description of how the syntax
was chosen and the arguments for/against some of the basic syntax
elements. I understand a lot of it was taken from ABC, so if anyone
has the same info for that language, that would be great too!

Any help would be much appreciated, in the mean time, I must return to
churning through the mailing lists :)
 
D

Daniel Fetchinson

I'm doing some work in programming languages and I'm looking for a
short history of python development, from the point of view of the
initial development of the syntax. I know I can go through the mailing
lists and news groups (and I am doing that at the moment), and the
python history blog has some stuff, but is there anyone who can
recommend a site/book that has a good description of how the syntax
was chosen and the arguments for/against some of the basic syntax
elements. I understand a lot of it was taken from ABC, so if anyone
has the same info for that language, that would be great too!

I'm pretty sure you will find this useful:
http://python-history.blogspot.com/ written by Guido.

Cheers,
Daniel
 
C

Chris Rebert

Hi all,
I'm doing some work in programming languages and I'm looking for a
short history of python development, from the point of view of the
initial development of the syntax. I know I can go through the mailing
lists and news groups (and I am doing that at the moment), and the
python history blog has some stuff, but is there anyone who can
recommend a site/book that has a good description of how the syntax
was chosen and the arguments for/against some of the basic syntax
elements. I understand a lot of it was taken from ABC, so if anyone
has the same info for that language, that would be great too!

Any help would be much appreciated, in the mean time, I must return to
churning through the mailing lists :)

Most changes since the original basic syntax are documented as PEPs,
which usually contain arguments and analyses of the proposed syntaxes
and which were chosen in the end: http://www.python.org/dev/peps/

Cheers,
Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,983
Messages
2,570,187
Members
46,747
Latest member
jojoBizaroo

Latest Threads

Top