From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <186589c1b212f5f48722ffd1453a7e17@terzarima.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] Good enough approximation for ape/pcc From: Charles Forsyth Date: Tue, 11 Apr 2006 09:56:08 +0100 In-Reply-To: <775b8d190604110118n70f351f9y30c8f63d0e0b73e9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 34ba6306-ead1-11e9-9d60-3106f5b1d025 > rob had a aimple example of some java that ":=" could help. i think almost any example would do: i started off writing Java using the Typename variable = expression; ... style but java declarations are cluttered, and it becomes so hard to see the part that does the work, that i reverted to C's style of declaring all variables at the top of the block. it's still hard to see class-level functions and variables beyond all the annotations. syntax colouring produces visual results that sadly i find all too similar to those ``credits completed in an entirely different style at great expense and at the last minute''; and thus i still can't read the code properly.