Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!feeder2.cambriumusenet.nl!feed.tweaknews.nl!194.134.4.91.MISMATCH!news2.euro.net!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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'languages,': 0.05; 'scripting': 0.07; 'things.': 0.07; 'subject:Python': 0.07; 'logic': 0.09; 'pages.': 0.09; 'parser': 0.09; 'proficient': 0.09; 'subject:Number': 0.09; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hammers,': 0.16; 'simplicity.': 0.16; 'language': 0.17; 'amounts': 0.18; 'fri,': 0.18; 'programming': 0.21; 'looks': 0.21; 'wrote:': 0.21; 'received:209.85.213.46': 0.22; 'received:mail- yw0-f46.google.com': 0.22; 'header:In-Reply-To:1': 0.22; 'code.': 0.24; 'library': 0.24; 'engineering': 0.25; 'message- id:@mail.gmail.com': 0.27; 'language.': 0.27; 'command': 0.28; 'allows': 0.29; 'becoming': 0.29; 'diversity': 0.29; 'subject: [': 0.29; 'done.': 0.30; 'received:209.85': 0.32; 'received:google.com': 0.32; 'mention': 0.33; 'problem': 0.34; 'received:209': 0.35; 'spent': 0.35; 'sql': 0.35; 'tasks': 0.35; 'text': 0.36; 'php': 0.36; 'running': 0.36; 'languages': 0.37; "can't": 0.39; 'to:addr:python-list': 0.39; 'to:addr:python.org': 0.40; 'mar': 0.61; 'learning': 0.61; 'organization': 0.62; 'request.': 0.62; 'skip:n 10': 0.62; 'better': 0.63; 'most': 0.63; 'easy': 0.65; 'different': 0.65; 'because,': 0.66; 'making': 0.67; '2012': 0.69; '30,': 0.70; '12:44': 0.84; 'nathan': 0.84; 'power': 0.87; 'pike': 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:to :content-type:content-transfer-encoding; bh=A2gQVPqECRpcXoiYo9eydafNLf/gWItajdC4VyXmS+k=; b=xQn3wPZdCmlHyEtgtpu+/Kl71sw1npXp4pbMkJJSOReECkOLVAYVwdUDfpvkNP0QfC AkkXo7M3sm1DtTXkbCk7Y6/Q5fdGXi/izIztJiuu+tf7RjVPgIrzDPEgCIqU4w1zFote OafOsL3CRiMBHQxOrNIGEf65A/JuTxoa7qpmjxke+LhAPs0a8PSmLLqgxfJX4qzal8D8 ua8Z9nZl2E3/X2T+lxi4H0XVLRfvxTATSkXaYcA8tLOE9ZBLmz9VHJr6dufmrPbX1YXS RGhU2FozSPWeQAN6POJIynMI7j7w5CXST428eFd2P040L/yLZUyKirIGCZlgBtUwTkVe KWqA== MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 30 Mar 2012 01:03:14 +1100 Subject: Re: Number of languages known [was Re: Python is readable] - somewhat OT From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1333029798 news.xs4all.nl 6982 [2001:888:2000:d::a6]:60702 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22339 On Fri, Mar 30, 2012 at 12:44 AM, Nathan Rice wrote: > We would be better off if all the time that was spent on learning > syntax, memorizing library organization and becoming proficient with > new tools was spent learning the mathematics, logic and engineering > sciences. =A0Those solve problems, languages are just representations. Different languages are good at different things. REXX is an efficient text parser and command executor. Pike allows live updates of running code. Python promotes rapid development and simplicity. PHP makes it easy to add small amounts of scripting to otherwise-static HTML pages. C gives you all the power of assembly language with all the readability of... assembly language. SQL describes a database request. You can't merge all of them without making a language that's suboptimal at most of those tasks - probably, one that's woeful at all of them. I mention SQL because, even if you were to unify all programming languages, you'd still need other non-application languages to get the job done. Keep the diversity and let each language focus on what it's best at. ChrisA who has lots and lots of hammers, so every problem looks like... lots and lots of nails.