Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #68237
| 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 | <ian.g.kelly@gmail.com> |
| 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> <mailman.7983.1394437871.18130.python-list@python.org> <878usitplp.fsf@elektro.pacujo.net> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Tue, 11 Mar 2014 14:21:52 -0600 |
| Subject | Re: golang OO removal, benefits. over python? |
| To | Python <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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8060.1394569361.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Mon, Mar 10, 2014 at 2:38 AM, Marko Rauhamaa <marko@pacujo.net> 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.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
golang OO removal, benefits. over python? flebber <flebber.crue@gmail.com> - 2014-03-09 21:49 -0700
Re: golang OO removal, benefits. over python? Rustom Mody <rustompmody@gmail.com> - 2014-03-09 22:05 -0700
Re: golang OO removal, benefits. over python? Ian Kelly <ian.g.kelly@gmail.com> - 2014-03-10 01:50 -0600
Re: golang OO removal, benefits. over python? Marko Rauhamaa <marko@pacujo.net> - 2014-03-10 10:38 +0200
Re: golang OO removal, benefits. over python? flebber <flebber.crue@gmail.com> - 2014-03-10 04:45 -0700
Re: golang OO removal, benefits. over python? Ian Kelly <ian.g.kelly@gmail.com> - 2014-03-11 14:21 -0600
Re: golang OO removal, benefits. over python? Chris Angelico <rosuav@gmail.com> - 2014-03-11 03:01 +1100
Re: golang OO removal, benefits. over python? Marko Rauhamaa <marko@pacujo.net> - 2014-03-10 18:16 +0200
Re: golang OO removal, benefits. over python? Chris Angelico <rosuav@gmail.com> - 2014-03-11 03:32 +1100
Re: golang OO removal, benefits. over python? wxjmfauth@gmail.com - 2014-03-10 09:10 -0700
Re: golang OO removal, benefits. over python? Neil Cerutti <neilc@norwich.edu> - 2014-03-11 14:37 +0000
csiph-web