Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.197 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.63; '*S*': 0.03; 'python,': 0.02; 'python': 0.11; 'concurrency': 0.16; 'java.': 0.16; 'subject:python': 0.16; 'language': 0.16; 'wrote:': 0.18; 'module': 0.19; 'community.': 0.22; 'java': 0.24; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'compared': 0.30; 'message-id:@mail.gmail.com': 0.30; 'languages': 0.32; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'subject:?': 0.36; 'area': 0.37; 'to:addr:python-list': 0.38; 'fact': 0.38; 'rather': 0.38; 'that,': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'helps': 0.61; 'more': 0.64; 'account': 0.65; 'effectively': 0.66; 'subject:. ': 0.67; 'mar': 0.68; 'heavy': 0.81; 'beats': 0.84; 'light-weight': 0.84; 'mature': 0.84; 'subject:over': 0.84; 'subject:removal': 0.84; 'hands': 0.96 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=KX/wHE0TYlgLwgDg6kVd4GUDsykzcSMdUmQoTZFknLQ=; b=YBb/+4l7jehCViB9LnzVD9/ZB4cGXlWufqoaJd3u1yZs0BSjui34dPNOBGiwR9qMh6 njvzvhwyVMPYkvufE1ubgffpU6vryZGp7nO7wLbbDDViiTPDDbUhD98eBxCrhvCiafHX V5wm5p7KmFOztYVN5J3Ndrf52Ymlv/gdvSq1jRZxSenVXnkvxABcP1rEZthea2mdrt/6 jt1hYRvKLGoLK+WZa7nIRfb21B0V8aGiu8xpjFMQ3+afwLOq5i9be9R3DKpxVczLbep5 CoSeSX1p2QjrFw9X4fawT2R9/XBwGdEhL8tB4GeE9fa/v/90Ljkxn+JhFwE/pIllOYsA 1IEQ== X-Received: by 10.66.146.105 with SMTP id tb9mr107849pab.157.1394569352319; Tue, 11 Mar 2014 13:22:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <878usitplp.fsf@elektro.pacujo.net> References: <95cb6bd9-5030-4389-9891-578bb87af219@googlegroups.com> <878usitplp.fsf@elektro.pacujo.net> From: Ian Kelly Date: Tue, 11 Mar 2014 14:21:52 -0600 Subject: Re: golang OO removal, benefits. over python? To: Python 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1394569361 news.xs4all.nl 2871 [2001:888:2000:d::a6]:48190 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68237 On Mon, Mar 10, 2014 at 2:38 AM, Marko Rauhamaa wrote: >> On the whole though I think that the language is not yet mature enough >> to be able to seriously compete with more established languages like >> Python or Java. > > Also, is there anything seriously lacking in Python, Java and C? > > I was very interested in Go when it came out, but was turned off by the > fact that you had so have a Google account to effectively participate in > the community. Concurrency is one area where Go beats Python hands down. The newish multiprocessing module helps with that, but it is still rather heavy compared to the light-weight processes used by Go's goroutines.