Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28226

Re: interfacing with x86_64 assembler

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.015
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'compiler': 0.05; 'combines': 0.09; 'optimizing': 0.09; 'sep': 0.09; 'specifying': 0.09; 'language': 0.14; 'add,': 0.16; 'compilers': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; "i'd": 0.22; "haven't": 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'actual': 0.28; 'code': 0.31; 'anyone': 0.33; 'to:addr:python-list': 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; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'build': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'john': 0.60; 'high': 0.61; 'day.': 0.63; 'fit.': 0.65; 'power': 0.74
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Cl/9mEufkFM3VOXx6pHoMTALQXuGY0WM89W4FaqcosY=; b=0qnyCTK3ojoRdxSsg0ZB0UhUcXnlqynhTR61ywCoGWmLhptkyMflf1/VRe3jAqkdjv vcXm93ZnSVc6shoc24KTE3HJUWU9UGjIxBxvl/VJDcJsGuVFAQIRfjaHB0bcUZsm/TnZ QkNht3Zw/DLlonpeJCYleIMR6DIC14cJi+UrbHAXkB2XfAIXrjF6dN1yCfG6LaL2sC58 3DF3R0glLowMlnh50dNK3Lev6uLV3G215g3z9lDXiHmUWKq5JGcj/k2kFazJUri08vv3 dVG+n98tJTH2hOYjhyTdxmz0dAiyxSjE9UnlDMIZZ0giAwf8n8XWTsaVYHDZo03phbHv 4L8Q==
MIME-Version 1.0
In-Reply-To <9f3dcb98-ad0c-4acf-82a7-c10767327f4a@googlegroups.com>
References <R_adnc-TL7gnI93NnZ2dnUVZ8vWdnZ2d@bt.com> <mailman.4010.1346421064.4697.python-list@python.org> <k1qftj$mn8$1@reader1.panix.com> <33ae97d9-b49d-4163-80b3-1a5b2233bd41@googlegroups.com> <9f3dcb98-ad0c-4acf-82a7-c10767327f4a@googlegroups.com>
Date Sun, 2 Sep 2012 10:36:03 +1000
Subject Re: interfacing with x86_64 assembler
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.52.1346546166.27098.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1346546166 news.xs4all.nl 6906 [2001:888:2000:d::a6]:37467
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:28226

Show key headers only | View raw


On Sun, Sep 2, 2012 at 10:10 AM, John Ladasky
<john_ladasky@sbcglobal.net> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

interfacing with x86_64 assembler lipska the kat <lipskathekat@yahoo.co.uk> - 2012-08-31 14:40 +0100
  Re: interfacing with x86_64 assembler Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-31 14:52 +0100
    Re: interfacing with x86_64 assembler Grant Edwards <invalid@invalid.invalid> - 2012-08-31 13:58 +0000
      Re: interfacing with x86_64 assembler Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-31 15:18 +0100
      Re: interfacing with x86_64 assembler Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 08:27 -0700
        Re: interfacing with x86_64 assembler John Ladasky <john_ladasky@sbcglobal.net> - 2012-09-01 17:10 -0700
          Re: interfacing with x86_64 assembler Chris Angelico <rosuav@gmail.com> - 2012-09-02 10:36 +1000
            Re: interfacing with x86_64 assembler Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 19:50 -0700
            Re: interfacing with x86_64 assembler Ramchandra Apte <maniandram01@gmail.com> - 2012-09-01 19:50 -0700

csiph-web