Re: [Python-Dev] Checklist for changing Python's grammar

2015-06-11 Thread Brett Cannon
On Wed, Jun 10, 2015 at 11:46 PM Chris Angelico wrote: > As part of a bit of hacking on CPython, I'm looking at playing with > the grammar. In the source tree, Grammar/Grammar, there's a note > advising me to follow the steps in PEP 306, but PEP 306 says it's been > moved to the dev guide. Should

Re: [Python-Dev] Checklist for changing Python's grammar

2015-06-11 Thread Chris Angelico
On Thu, Jun 11, 2015 at 11:42 PM, Brett Cannon wrote: > On Wed, Jun 10, 2015 at 11:46 PM Chris Angelico wrote: >> >> As part of a bit of hacking on CPython, I'm looking at playing with >> the grammar. In the source tree, Grammar/Grammar, there's a note >> advising me to follow the steps in PEP 30

[Python-Dev] What were the complaints of binary code programmers that not accept Assembly?

2015-06-11 Thread françai s
Quote from: http://worrydream.com/dbx/ Reactions to SOAP and Fortran Richard Hamming -- The Art of Doing Science and Engineering, p25 (pdf book) In the beginning we pr

Re: [Python-Dev] What were the complaints of binary code programmers that not accept Assembly?

2015-06-11 Thread Steven D'Aprano
Hi Françai, This list is for the development of the Python programming language, not Fortran, assembly, or discussions about the early history of programming. Possibly Stackoverflow or one of their related sites might be a better place to ask. Or you could ask on the python-l...@python.org mai