Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cache': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'systems.': 0.12; '>in': 0.16; 'c++)': 0.16; 'c/c++': 0.16; 'message-id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'thu,': 0.19; 'feb': 0.22; 'processor': 0.24; 'url:home': 0.24; 'fairly': 0.24; 'header:X -Complaints-To:1': 0.27; 'instruction': 0.29; 'unix': 0.29; 'could': 0.34; 'basic': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'received:76': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'enough': 0.39; 'received:org': 0.40; 'first': 0.61; 'life': 0.66; 'optimized': 0.68; 'hand': 0.80; '2015': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: Standard Date: Sun, 22 Feb 2015 18:03:33 -0500 Organization: IISS Elusive Unicorn References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-76-249-24-110.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424646233 news.xs4all.nl 2863 [2001:888:2000:d::a6]:53203 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3475 X-Received-Body-CRC: 1326462433 Xref: csiph.com comp.lang.python:86168 On Thu, 19 Feb 2015 10:27:36 -0600, Phillip Fleming declaimed the following: >In my opinion, Python will not take off like C/C++ if there is no ANSI >standard. C (if not C++) had a fairly good life before it got standardized... Consider that before things like Tiny-C, Small-C, (and for TRS-80, first LC [integer only subset, like the other two] and then MC [full K&R, as I recall]) showed up the only place one encountered C was on UNIX systems. Of course, there were also p-code Pascal's around that time-frame, lots of BASIC variants, and one could understand a processor instruction set well enough to create optimized assembly by hand -- in contrast to now, when one has to understand overlapping processor instruction fetches, cache hits, etc. before one can optimize assembly. -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/