> > |
%META:TOPICINFO{author="ImamTashdidUlAlam" date="1098360107" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="FeatureProposals"}%
I was just wondering, when Nice interacts heavily with Java, the resultant code contains
too many curly braces which are not nice at all, as exceptions must be handled. Most of
the time, however, we know specifically what the exception ought to be. Why not have a perl
like syntax for handing those?
BufferedReader? br = new BufferedReader?(new FileReader?(file)) || return false;
-- ImamTashdidUlAlam - 21 Oct 2004 |