Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: using binary in python Date: Tue, 10 Nov 2015 02:57:01 +1100 Lines: 14 Message-ID: References: <20151108212706.GA29701@z-sverige.nu> <87d1vjigqf.fsf@elektro.pacujo.net> <8737wfi9ss.fsf@elektro.pacujo.net> <87si4fgs5f.fsf@elektro.pacujo.net> <87lha7goqi.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de MAQ6cMVjOrKyiIiv5+X4Cg/lAxIEeElDh6zfuwOyLtKw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'subject:using': 0.09; 'python.': 0.11; 'subject:python': 0.14; 'languages,': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'language': 0.19; 'together.': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'programming': 0.22; 'am,': 0.23; 'written': 0.24; 'header:In-Reply-To:1': 0.24; 'not.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'closer': 0.29; "i'm": 0.30; 'screen': 0.32; 'possibly': 0.32; 'consist': 0.33; 'conventions': 0.33; 'lets': 0.33; 'languages': 0.34; 'tue,': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'something': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'operating': 0.37; 'received:209.85.213': 0.37; 'front': 0.38; 'received:209': 0.38; 'system.': 0.39; 'build': 0.40; 'different': 0.63; 'benefit': 0.66; 'chrisa': 0.84; 'to:none': 0.91; 'smoke': 0.91 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:cc :content-type; bh=myxHuVOyvFFMNhNPM9dRSpqwOmUcxYfk4izU5lC36L8=; b=L15UoLL7f0uqd/t7Dj5wTTIopopCsqeunJHkaa9UWBms4Wqxga5XpejBieO8IKp00X ekuUWgLGjU4rB1u37ReOak2vR/QkmHJrmF+I8XV36kubN9IwjjfCgLgByY4HSYloijnI qUYP6SNroeOMMxd5LXNQ33OfrwUd91WzsCSToZuliH+rbH8lYOTjvCLQDItyD4ngH8nq ImwCM0YWkY1zGvu20ypOM8cP83Xvrs3DAkLePB9T0OgNOeuAEXbojYSqoTliFrqVk2M9 S4Ws6W1sC8VRlB2bRcpw3VeR76spQGMU6F9uzjJ1NdCrQhB2Gof9PxblNlvf/QH0RF6I behQ== X-Received: by 10.50.132.101 with SMTP id ot5mr2629749igb.13.1447084621986; Mon, 09 Nov 2015 07:57:01 -0800 (PST) In-Reply-To: <87lha7goqi.fsf@elektro.pacujo.net> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98539 On Tue, Nov 10, 2015 at 2:46 AM, Marko Rauhamaa wrote: > I program for Linux. I use different programming languages, but the > target is Linux. The systems I build and deal with consist of different > components written in different programming languages but they all > follow Linux-y conventions to work harmoniously together. I don't in any > way benefit from a smoke screen a programming language offers to place > in front of the operating system. Then, as I said before: You do not want Python. Go use something else that lets you get closer to the OS - possibly C, but possibly not. I'm going to keep using a language that lets me write for humans, because they are my target. Not Linux. People. ChrisA