Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!ecngs!feeder2.ecngs.de!novso.com!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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; ';-)': 0.03; '16,': 0.03; 'subject:Python': 0.06; 'interpreted': 0.09; 'wrapper': 0.09; 'braces': 0.16; 'received:10.0.1.5': 0.16; 'received:mac.com': 0.16; 'language': 0.16; 'wrote:': 0.18; 'received:10.0.1': 0.19; 'paul': 0.24; 'cc:2**0': 0.24; 'am,': 0.29; "i'm": 0.30; 'url:mailman': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'writes:': 0.31; 'url:python': 0.33; 'programmers': 0.33; 'subject: (': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'charset:us-ascii': 0.36; 'received:10.0': 0.36; 'url:org': 0.36; 'subject:New': 0.37; 'received:10': 0.37; 'received:17': 0.38; 'to:addr:python-list': 0.38; 'bill': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'system.': 0.39; 'url:mail': 0.40; 'new': 0.61; "you're": 0.61; 'back': 0.62; 'teaching': 0.64; 'kept': 0.65; 'day': 0.76; 'header :In-reply-to:1': 0.84 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-04-16_04:2015-04-16,2015-04-16,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=17 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1504160108 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: New to Python - block grouping (spaces) From: William Ray Wing In-reply-to: <87vbgwtxfd.fsf@jester.gateway.pace.com> Date: Thu, 16 Apr 2015 09:00:11 -0400 Cc: "William R. Wing" Content-transfer-encoding: quoted-printable References: <9fc57fc9-0399-4ff3-882a-d041f02827d8@googlegroups.com> <552f4d67$0$2907$c3e8da3$76491128@news.astraweb.com> <87vbgwtxfd.fsf@jester.gateway.pace.com> To: python-list@python.org X-Mailer: Apple Mail (2.2098) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1429192844 news.xs4all.nl 2844 [2001:888:2000:d::a6]:59598 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89028 > On Apr 16, 2015, at 2:11 AM, Paul Rubin = wrote: >=20 > Steven D'Aprano writes: >> I'm aware that Coffeescript provides a brace-free wrapper around = Javascript;=20 >> I'm not aware of any wrapper that *adds* braces to a language without = them.=20 >=20 > You're not old enough to remember Ratfor ;-) > --=20 > https://mail.python.org/mailman/listinfo/python-list HO Boy - Rational FORTRAN! Right up there with WatFOR (Waterloo FORTRAN = for you youngsters). It was interpreted FORTRAN. Used teaching new = programmers back in the day because it kept them from crashing the = system. Bill=