Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #68217

Re: golang OO removal, benefits. over python?

From Neil Cerutti <neilc@norwich.edu>
Subject Re: golang OO removal, benefits. over python?
Date 2014-03-11 14:37 +0000
Organization Norwich University
References <95cb6bd9-5030-4389-9891-578bb87af219@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.8047.1394548697.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 2014-03-10, flebber <flebber.crue@gmail.com> wrote:
> I was wondering if a better programmer than I could explain if
> the removal of OO features in golang really does offer an great
> benefit over python.
>
> An article I was reading ran through a brief overview of golang
> in respect of OO features
> http://areyoufuckingcoding.me/2012/07/25/object-desoriented-language/
> .
>
> maybe removing OO features would be a benefit to c++ users or
> Java users but python?
>
> As I have seen an interesting reddit or two of people trying to
> figure out go today it was a ruby user, totally lost with
> structs.
>
> So anecdotally is actually python and ruby users changing to
> Go, here is a blog and reddit from Rob Pike.
> http://www.reddit.com/comments/1mue70
>
> Why would a Python user change to go except for new and
> interesting?

Static typing combined with duck typing and simple distribution
of applications is a draw. Go's tools are pretty awesome, and are
scheduled for improvements.

If you can get by with its built in types (or simple aggregates
of them) it feels quite expressive.

-- 
Neil Cerutti

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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