Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!lightspeed!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed3a.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.028 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.01; 'alain': 0.09; 'annotations': 0.09; 'subset': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; "python's": 0.19; 'thu,': 0.19; 'memory': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'message- id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'similar': 0.36; 'pm,': 0.38; 'success.': 0.39; 'information': 0.63; 'management': 0.65; 'subject:This': 0.74; 'to:none': 0.92; 'instant': 0.97 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=pyvUXLbMeJRmlKF+rEMOLyQfOZlkq9xys6hf+DRH3zg=; b=r8qaQkmao/LAAPwacZu9IKlqBIvppP17uW9z1jOKsNoyMSs0RABq8wuISLm6AWqEWC nNlmt3S6cJYuDc+xxL8i/ACAU+uTh2OQCNnCz1wF+VW7k4MZrKD7u890zVFRgZbxRUor hz+CR4ruijo28w/PkHk47YUkzvkjvbauwP9NZR1htnN+E1zOjsVbIOgxO5UoG5EoURaj IRiAH2UyJHsrRyP5LSH0xyEuvqm1IsaVMJtBCfcQX8xeMXdI6bSxKRb8/xhrpqBfdm1v cV5izr3v8IH41L3MW3Vx9gWCkJ9KH5e3efSpUzd828tG90WI2D/4VqzxQ7tA6F/1HSv0 PNIw== MIME-Version: 1.0 X-Received: by 10.220.249.6 with SMTP id mi6mr9433285vcb.33.1401957537335; Thu, 05 Jun 2014 01:38:57 -0700 (PDT) In-Reply-To: <8738fjkc2w.fsf@dpt-info.u-strasbg.fr> References: <8738fjkc2w.fsf@dpt-info.u-strasbg.fr> Date: Thu, 5 Jun 2014 18:38:57 +1000 Subject: Re: OT: This Swift thing From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401957540 news.xs4all.nl 2945 [2001:888:2000:d::a6]:46014 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3255 X-Received-Body-CRC: 3436503349 Xref: csiph.com comp.lang.python:72693 On Thu, Jun 5, 2014 at 6:14 PM, Alain Ketterlin wrote: > Swift's memory management is similar to python's (ref. counting). Which > makes me think that a subset of python with the same type safety would > be an instant success. In the same way that function annotations to give type information were an instant success? ChrisA