Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Python': 0.06; 'latter': 0.09; 'term,': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'language.': 0.14; '>>': 0.16; 'arizona': 0.16; 'unsigned': 0.16; 'sat,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'translated': 0.19; 'aug': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'print': 0.22; 'cc:2**0': 0.24; '>': 0.26; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'that.': 0.31; 'url:wiki': 0.31; 'ball': 0.31; 'url:wikipedia': 0.31; 'languages': 0.32; 'url:python': 0.33; 'could': 0.34; 'something': 0.35; 'received:google.com': 0.35; 'c++': 0.36; 'doubt': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'level': 0.37; 'being': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'subject:The': 0.64; 'great': 0.65; 'fire': 0.65; 'to:addr:gmail.com': 0.65; 'lose': 0.68; 'otten': 0.84; 'phoenix,': 0.84; '2013': 0.98 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:to :cc:content-type; bh=TCqvfBCezDQg/L4mW1OKNgQ1zDWCif8KEP5OcZU3GRE=; b=Pk8MjgUtdL/0uB/AtgCI+rVcM2aSMI6ctV+hZ8ZN1A1/k5hdqvxEz/K97qL4y6i6ol 9fs7YrrQ38uZNAMZq5BvxQGdxdKUGdHRO7M5/Y+blrFjHkB9OtKwtCM7loI7pd5/tGpQ 6uW8TzQJY08cpda10j16pf6P7ukDeoDdAMM2XM4QNAq4mfkYA5eyWCU9Ug8b6ca7paBU +nx3qW3QQozba5NZF9pOqDdxxB3K7KEbJhpJ/2rvowx6f82zTRZLR/zQOcxrBDBWFpjm bj5Z1562D55D7w/Yq06m8oPgwAGAGeriwwqA+urBDrlskSnxExbCrerFPXQSgaxorECe LKcQ== MIME-Version: 1.0 X-Received: by 10.224.40.76 with SMTP id j12mr483184qae.53.1376701754967; Fri, 16 Aug 2013 18:09:14 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 Aug 2013 21:09:14 -0400 Subject: Re: The meaning of "doubt", was Re: Python Basic Doubt From: David Hutto To: Cousin Stanley Content-Type: multipart/alternative; boundary=047d7bf1651e11090104e41a5b67 Cc: python-list 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: 126 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1376701763 news.xs4all.nl 15909 [2001:888:2000:d::a6]:33040 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52612 --047d7bf1651e11090104e41a5b67 Content-Type: text/plain; charset=ISO-8859-1 You could say that all translated languages lose something in translation. It's all symbolism. I say sunshine, and you might say Great Ball of' Fire in the s ky. Isay x = 10 in python print x and in c++ something like unsigned int x cin << x; cout >> x; or something like that. It's something you have to think about on a level of the individual knowing, a term, and then symbolizing, which can lose meaning, or equate meaning. Look at the former in language of humans, and the latter of computer language. One can equate or symbolize. On Sat, Aug 10, 2013 at 4:57 PM, Cousin Stanley wrote: > Peter Otten wrote: > > > .... > > doubt > > .... > > Oh bother, said Pooh, what's in a word ? > > http://en.wikipedia.org/wiki/Curry > > https://pypi.python.org/pypi/curry/ > > http://en.wikipedia.org/wiki/Currying > > > -- > Stanley C. Kitching > Human Being > Phoenix, Arizona > > -- > http://mail.python.org/mailman/listinfo/python-list > -- Best Regards, David Hutto *CEO:* *http://www.hitwebdevelopment.com* --047d7bf1651e11090104e41a5b67 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
You could say that all translated lang= uages lose something in translation. It's all symbolism.

I= say sunshine, and you might say Great Ball of' Fire in the s ky.

Isay x =3D 10 in python

print x
<= br>
and in c++
something like

unsigned int x
=
cin << x;
cout >> x;


or something like that.


It's something= you have to think about on a level of the individual knowing, a term,
<= /div>
and then symbolizing,
which can lose meaning,
or equate meaning.

Look at the former in langu= age of humans, and the latter of computer language.

One c= an equate or symbolize.

On Sat, Aug 10, 2013 at 4:57 PM, Cousin Stan= ley <cousinstanley@gmail.com> wrote:
Peter Otten wrote:

> ....
> doubt
> ....

=A0 Oh bother, said Pooh, what's in a word ?

=A0 =A0 ht= tp://en.wikipedia.org/wiki/Curry

=A0 =A0 h= ttps://pypi.python.org/pypi/curry/

=A0 =A0 http://en.wikipedia.org/wiki/Currying


--
Stanley C. Kitching
Human Being
Phoenix, Arizona

--
http://mail.python.org/mailman/listinfo/python-list



--
Best Rega= rds,
David Hutto<= /span>
CEO: http://www.hitwebdevelopment.com
--047d7bf1651e11090104e41a5b67--