Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61584 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30659 invoked from network); 20 Jul 2012 22:25:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2012 22:25:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajfweb@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajfweb@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: ajfweb@googlemail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:62043] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/BF-18983-8DAD9005 for ; Fri, 20 Jul 2012 18:25:28 -0400 Received: by weyr1 with SMTP id r1so3378666wey.29 for ; Fri, 20 Jul 2012 15:25:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7Vg6zwKGPrlkXVE0dmveD8dSu8Ojs9VaFuX8sgMFd3o=; b=JyHAtaZwoYpBszQHf55vyCMr8ma0XK16orCEy4D5F2WuIHHDcpuYUYizq62sB9iEwt UPG4qhVVkPhF3uzxbtIomr3JcHhuTDokcFfm6Dq75V/WMbpf5I3HSJa7r58EHTu02eHT RGPdCC6hz3d+FMMeFE/zBSScipXkznVMXLn9+PdlmqkavdKvy1KHsqS0MBMuZGzzt1kR qwIxWbFZgZxDap8rBfIoE7wXXBi26ahuEf9JyOGPK5dFP6yUwRsBT7NuwqQq24Aw0Ycy hL25rlJm+Wr22Ovc9FWVy1rKxdg1MO52L1V2637XRUxubTWvRjrT24Fp0zS6LnOjH+3U 8J9w== MIME-Version: 1.0 Received: by 10.180.87.199 with SMTP id ba7mr1121229wib.10.1342823125426; Fri, 20 Jul 2012 15:25:25 -0700 (PDT) Received: by 10.216.160.16 with HTTP; Fri, 20 Jul 2012 15:25:25 -0700 (PDT) Received: by 10.216.160.16 with HTTP; Fri, 20 Jul 2012 15:25:25 -0700 (PDT) In-Reply-To: References: <5007D707.2070100@hoa-project.net> Date: Fri, 20 Jul 2012 23:25:25 +0100 Message-ID: To: Amaury Bouchard Cc: internals@lists.php.net, Alex Aulbach Content-Type: multipart/alternative; boundary=f46d0444e9396322cf04c54a5fae Subject: Re: [PHP-DEV] Make try/catch brackets optinal From: ajfweb@googlemail.com (Andrew Faulds) --f46d0444e9396322cf04c54a5fae Content-Type: text/plain; charset=UTF-8 Python isn't coding-style constrained, it just uses increases and decreases whitespace as part of the block syntax. It has considerable flexibility, but not PHP/Perl-level. On Jul 20, 2012 3:33 PM, "Amaury Bouchard" wrote: > 2012/7/20 Alex Aulbach > > > PS: And if without brackets should be forbidden. > > > > If I wanted a coding style-constrained language, I would use Python. > --f46d0444e9396322cf04c54a5fae--