From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200203011713.g21HDFP20909@cbe.ericsson.se> From: Bengt Kleberg Subject: Re: Fwd: Re: [9fans] samuel (fwd) To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Date: Fri, 1 Mar 2002 18:13:14 +0100 Topicbox-Message-UUID: 5dcdc190-eaca-11e9-9e20-41e7f4b1d025 > Delivered-To: 9fans@cse.psu.edu > From: "Matt H" > aha despite this useful convention Boyd wants his to understand Python code > not C where such things are not so easily grepped for > acme/wily shows its preference for c (style languages) by the ease one can check if/for/while/case/... balance by clicking inside '{'. ex: is this (Erlang) code properly balanced? Fun = fun(X) -> R = case X of 1 -> ok; _ -> fail end, R, end, end, Fun(1). bengt