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


Groups > comp.lang.python > #69519

Re: Python to be replaced by the new language called Cookie !

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <bgailer@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.034
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.06; 'exception.': 0.09; 'identifier': 0.09; 'lawrence': 0.09; 'pep': 0.09; 'raises': 0.09; 'subject:language': 0.09; 'clark': 0.16; 'statement.': 0.16; 'throw': 0.16; 'weird': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'proposed': 0.22; 'header:User-Agent:1': 0.23; 'mention': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'specified': 0.30; 'code': 0.31; 'flying': 0.31; 'subject:the': 0.34; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'list': 0.37; 'subject:new': 0.38; 'message-id:@gmail.com': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'subject: !': 0.61; 'new': 0.61; 'within': 0.65; 'default': 0.69; 'behavior': 0.77; 'age': 0.80; 'december,': 0.84; 'sharpen': 0.84; 'capture': 0.91; 'from.': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=wx9Zvv/wBlOUf6ASKv3g00PUzxv59EA1NFAeTx3kPGE=; b=ljEoBPgA/FOuQHcbLDbI5R3vlRUVgOSeNf5eob3hBr5fmX63xm2kXZiebGUGbfSuik InelYGF5/1t5TFubkobgkEXNOJbPYuX9lmgOzabzVkElgu3L/eOphJxhSqkdsDXkcZu9 Zz4ZtoOjdzK2WSiD9wrDMW/nnnS88ZMcODJfPztkozS2QxlvIedrEIVxjablVqY3RC2Q r6z9fnRPGTdTnQmSxv0l7/Ew7k3FRTrKeoMXd6eRd+k9gbUFlenNYkfTSLHHQLP4NCTy +gjyouRWfkTBpfw8a0Vww6WoAmrVofZetrJIzjt0CVTfjDihINZNnuw6XO7VKBMjh4AF VALg==
X-Received by 10.140.27.193 with SMTP id 59mr33988572qgx.18.1396362768065; Tue, 01 Apr 2014 07:32:48 -0700 (PDT)
Date Tue, 01 Apr 2014 10:32:41 -0400
From bob gailer <bgailer@gmail.com>
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Python to be replaced by the new language called Cookie !
References <1a31$533a76d6$5419b3e4$11235@cache80.multikabel.net>
In-Reply-To <1a31$533a76d6$5419b3e4$11235@cache80.multikabel.net>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
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.8805.1396362772.18130.python-list@python.org> (permalink)
Lines 28
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1396362772 news.xs4all.nl 2887 [2001:888:2000:d::a6]:46400
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69519

Show key headers only | View raw


On 4/1/2014 4:20 AM, Skybuck Flying wrote:
> April Fools =D
If you thought spaghetti code was bad, ...

in December, 1973  R. Lawrence Clark proposed a new programming 
construct: COME FROM. See https://www.fortran.com/come_from.html

What can we do in this new age of GOTOless programming do to match this 
incredible achievement?

How about an "against" statement.

Something like against <iterable of callable objects> throw <iterable of 
arguments>?

This doesn't really capture the same weird behavior of COME FROM, but it 
is a starter.


How about a "without" statement?

without <identifier [, identifier ...]  [raise <exception>]:
   <suite>

Within the <suite>Any mention of any identifier in the list raises the 
specified or default (WithoutError) exception.

PEP writers: sharpen your quills!

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


Thread

Python to be replaced by the new language called Cookie ! "Skybuck Flying" <Windows7IsOK@DreamPC2006.com> - 2014-04-01 10:20 +0200
  Re: Python to be replaced by the new language called Cookie ! bob gailer <bgailer@gmail.com> - 2014-04-01 10:32 -0400
  Re: Python to be replaced by the new language called Cookie ! Chris Angelico <rosuav@gmail.com> - 2014-04-02 02:19 +1100
  Re: Python to be replaced by the new language called Cookie ! Dan Sommers <dan@tombstonezero.net> - 2014-04-02 04:15 +0000
    Re: Python to be replaced by the new language called Cookie ! Chris Angelico <rosuav@gmail.com> - 2014-04-02 16:42 +1100
      Re: Python to be replaced by the new language called Cookie ! alex23 <wuwei23@gmail.com> - 2014-04-02 17:17 +1000
      Re: Python to be replaced by the new language called Cookie ! Grant Edwards <invalid@invalid.invalid> - 2014-04-02 14:20 +0000
  Re: Python to be replaced by the new language called Cookie ! Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-04-01 21:04 -0400

csiph-web