Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'string': 0.09; 'arrays': 0.09; 'definition,': 0.09; 'delimit': 0.16; 'delimiter': 0.16; 'enough.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reasonably': 0.16; 'subject:Java': 0.16; 'wrote:': 0.18; 'meant': 0.20; 'string,': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; '(usually': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'fri,': 0.33; 'subject: (': 0.35; 'objects': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'list': 0.37; 'system,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'hey,': 0.75; 'everything.': 0.84; '2013': 0.98 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=oJUJkPFLsRxfrxJ7klCx+H8ppgsEdTBrId8uCHR+cCc=; b=PG74FvZh7tCp1Wf+MQTo/5/2SqjCwAbobcPlt+hI9qcbj6fJvREfKIxmmnAVXqBArf AV7DoUE3BPWEHP88QjcOvMXgiEMP5XOTHi0XFDv01NmS7qDGYo5enWxNJUD+Y+VSjVA3 kNS82NgDbvCLTzPjWay4OQ3XZ2S7YjcfB0zjomd7lItrUHoDtyR9USBCAFUJaTNguikJ K7DwS7gsrpWdSFXwPYfr0NZF91CiHGGpKzoXbMFH+u6f4bMSZ3bDl1jxzvILaDiEQz/w VmUvlvgho4Zpm6IFD9IW8Dr3y59U9J3OdTQWtnsr2NQtKU0tdmozQHGFFbCZK99tYUnA Xttw== MIME-Version: 1.0 X-Received: by 10.66.178.143 with SMTP id cy15mr1508369pac.105.1382072007772; Thu, 17 Oct 2013 21:53:27 -0700 (PDT) In-Reply-To: <5260bcfb$0$29981$c3e8da3$5496439d@news.astraweb.com> References: <1df612d9-27a0-4f06-9b0c-a8d7fd9bf257@googlegroups.com> <5260a781$0$29981$c3e8da3$5496439d@news.astraweb.com> <5260bcfb$0$29981$c3e8da3$5496439d@news.astraweb.com> Date: Fri, 18 Oct 2013 15:53:27 +1100 Subject: Re: Python was designed (was Re: Multi-threading in Python vs Java) From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382072017 news.xs4all.nl 15915 [2001:888:2000:d::a6]:34286 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57032 On Fri, Oct 18, 2013 at 3:45 PM, Steven D'Aprano wrote: > I don't know about TCL, but in Hypertalk, when I said everything is a > string, I meant it. If you want a list of strings, you create one big > string using some delimiter (usually spaces, commas or newlines). Fair enough. As a system, that works reasonably cleanly... if a little inefficiently, since you need to delimit everything. But hey, your arrays are first-class objects by definition, and that's a good thing! ChrisA