Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'compiler': 0.05; 'python': 0.09; 'combines': 0.09; 'optimizing': 0.09; 'sep': 0.09; 'specifying': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'language': 0.14; 'add,': 0.16; 'compilers': 0.16; 'wrote:': 0.17; 'java': 0.21; "i'd": 0.22; 'cc:2**0': 0.23; 'this:': 0.23; "haven't": 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'am,': 0.27; 'actual': 0.28; 'chris': 0.28; 'code': 0.31; 'anyone': 0.33; 'received:google.com': 0.34; 'whatever': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'subject:with': 0.36; 'should': 0.36; 'does': 0.37; 'level': 0.37; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'build': 0.39; 'think': 0.40; 'john': 0.60; 'high': 0.61; 'day.': 0.63; 'fit.': 0.65; 'power': 0.74; 'low': 0.83 Newsgroups: comp.lang.python Date: Sat, 1 Sep 2012 19:50:34 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=122.167.217.12; posting-account=uPFZNQoAAAAm9w7z13q1SjWNKNjztdcD References: <33ae97d9-b49d-4163-80b3-1a5b2233bd41@googlegroups.com> <9f3dcb98-ad0c-4acf-82a7-c10767327f4a@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 122.167.217.12 MIME-Version: 1.0 Subject: Re: interfacing with x86_64 assembler From: Ramchandra Apte To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346554242 news.xs4all.nl 6861 [2001:888:2000:d::a6]:51497 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28232 On Sunday, 2 September 2012 06:06:06 UTC+5:30, Chris Angelico wrote: > On Sun, Sep 2, 2012 at 10:10 AM, John Ladasky > > wrote: > > > I haven't seen this joke on the Net in years, does anyone still remember it? > > > > > > "C combines the power of assembly language with the readability and maintainability of assembly language." > > > > Seen it, and it has validity. But I'd rather work with C than actual > > assembly any day. And these days, C code is just a bunch of directives > > specifying how a compiler should build a program; optimizing compilers > > add, remove, reorder, whatever they think fit. It's a pretty high > > level language now. > > > > ChrisA I thought it was like this: assembly a low level language C a medium level language Java a high level language Python a very-high level language