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


Groups > comp.lang.python > #62450

Re: Newbie question. Are those different objects ?

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <travisgriggs@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.057
X-Spam-Evidence '*H*': 0.89; '*S*': 0.01; 'syntax': 0.04; 'assignment': 0.07; 'lawrence': 0.09; 'operator,': 0.09; 'pep': 0.09; 'skip:t 60': 0.09; 'creates': 0.14; 'language.': 0.14; 'subject:question.': 0.16; 'subject:those': 0.16; 'subject: ?': 0.16; 'language': 0.16; 'wrote:': 0.18; 'asking': 0.27; 'gets': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'dec': 0.30; 'along': 0.30; 'went': 0.31; 'pascal': 0.31; 'url:05': 0.31; 'something': 0.35; 'point.': 0.35; 'received:google.com': 0.35; 'keyword': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python- list': 0.38; 'fact': 0.38; 'to:addr:python.org': 0.39; 'header :Message-Id:1': 0.63; 'more': 0.64; 'url:blogspot': 0.65; 'charset:windows-1252': 0.65; 'subject:. ': 0.67; '20,': 0.68; 'said:': 0.68; 'miss': 0.74; 'spite': 0.84; '2013,': 0.91; 'critics': 0.91; 'procedural': 0.91; 'subject:Are': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=RHPyvd21e5EOmDVbmCGkqKelwYlcdH+CALtBTTG0UEg=; b=UaEjRB9CU31s8SylwHibozksqh8CwtMUCmVgkjifsYD4whXQGbfoaUwhLgZnmybY+j slKipnqnjQyvs1+ywSH9VHrlnbjBbSot2OGsMdJHenXsOFsJVmR0/dJ3iA+9ZheGwnIU LNEn8FvNVBJwC28ODjo7aEgqm+PajgT7GuWts34yzQyAFw+oPH86MP2lhpOeA4PZX+Gb rBhVGjAHsy96uTh8BIDmXKZySQ+8KBOP5WtrTjuqIAOZq+NnJmTW41TfZgmwcXor8z43 taI+n7GWsEeRSoxYESBBg0geLIcPwDznOGusAjXQK8jFFsa8ldyHF+E9yHGOgtST3VRq 3sxQ==
X-Received by 10.66.2.234 with SMTP id 10mr10082069pax.39.1387563860653; Fri, 20 Dec 2013 10:24:20 -0800 (PST)
Content-Type text/plain; charset=windows-1252
Mime-Version 1.0 (Mac OS X Mail 7.1 \(1827\))
Subject Re: Newbie question. Are those different objects ?
From Travis Griggs <travisgriggs@gmail.com>
In-Reply-To <l91pig$tpu$1@ger.gmane.org>
Date Fri, 20 Dec 2013 10:24:08 -0800
Content-Transfer-Encoding quoted-printable
References <af844bcf-ed55-42da-8a9f-b8270dcc4028@googlegroups.com> <c2a5eae4-5caa-4ca1-b66d-5bbeb1edd261@googlegroups.com> <l91pig$tpu$1@ger.gmane.org>
To python-list@python.org
X-Mailer Apple Mail (2.1827)
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.4443.1387563870.18130.python-list@python.org> (permalink)
Lines 24
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1387563870 news.xs4all.nl 2876 [2001:888:2000:d::a6]:34969
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62450

Show key headers only | View raw


On Dec 20, 2013, at 8:00 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:

> A good point.  Shall I write a PEP asking for a language change which requires that that stupid = sign is replaced by a keyword reading something like thenameonthelefthandsideisassignedtheobjectontherighthandside ?

Or a symbol like :=. As a former Smalltalker, I still miss this as the assignment operator, and the “gets” verbiage that went along with it. One said:

x := 4

as in “x gets 4”

I always got a kick out of the following paragraph from http://james-iry.blogspot.com/2009/05/brief-incomplete-and-mostly-wrong.html.

"1970 - Niklaus Wirth creates Pascal, a procedural language. Critics immediately denounce Pascal because it uses "x := x + y" syntax instead of the more familiar C-like "x = x + y". This criticism happens in spite of the fact that C has not yet been invented."

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


Thread

Newbie question. Are those different objects ? dec135@msn.com - 2013-12-20 07:16 -0800
  Re: Newbie question. Are those different objects ? random832@fastmail.us - 2013-12-20 10:24 -0500
  Re: Newbie question. Are those different objects ? rusi <rustompmody@gmail.com> - 2013-12-20 07:34 -0800
    Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-20 16:00 +0000
      Re: Newbie question. Are those different objects ? rusi <rustompmody@gmail.com> - 2013-12-20 09:10 -0800
        Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-20 17:29 +0000
        Re: Newbie question. Are those different objects ? 88888 Dihedral <dihedral88888@gmail.com> - 2013-12-20 09:59 -0800
        Re: Newbie question. Are those different objects ? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-12-21 10:56 +1300
          Re: Newbie question. Are those different objects ? Duncan Booth <duncan.booth@invalid.invalid> - 2013-12-23 08:19 +0000
      Re: Newbie question. Are those different objects ? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-12-21 12:58 +0000
        Re: Newbie question. Are those different objects ? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-12-21 11:54 -0500
        Re: Newbie question. Are those different objects ? Chris Angelico <rosuav@gmail.com> - 2013-12-22 05:39 +1100
        Re: Newbie question. Are those different objects ? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-21 19:17 +0000
      Re: Newbie question. Are those different objects ? alex23 <wuwei23@gmail.com> - 2013-12-23 11:31 +1000
    Re: Newbie question. Are those different objects ? Travis Griggs <travisgriggs@gmail.com> - 2013-12-20 10:24 -0800
  Re: Newbie question. Are those different objects ? bob gailer <bgailer@gmail.com> - 2013-12-20 12:02 -0500
  Re: Newbie question. Are those different objects ? rurpy@yahoo.com - 2013-12-20 10:06 -0800
  Re: Newbie question. Are those different objects ? Terry Reedy <tjreedy@udel.edu> - 2013-12-20 16:56 -0500
  Re: Newbie question. Are those different objects ? Gene Heskett <gheskett@wdtv.com> - 2013-12-21 14:08 -0500

csiph-web