[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scriptometer: measuring the ease of SOP (Script Oriented Programming) of programming languages



Pixel <pixel@mandrakesoft.com> writes:

> It's again a "Python (everything in its library raise an exception) vs
> Perl (nothing in its library raise an exception)"

Don't forget Java (everything should raise an exception but some things
don't).  E.g. File.lastModified() when a file doesn't exist.