|
|
|
|
|
by lutusp
4504 days ago
|
|
That depends. If the software is fully understood by its creators, and if it has been thoroughly tested, there's no reason to doubt its reliability. Consider that, in strongly types languages, things go wrong anyway. Once an officer aboard a U.S. Navy capital ship entered a zero into a program, the zero caused a divide-by-zero error, and the error propagated through the ship's network and disabled the entire system. The ship had to be towed back to port. So much for strong typing. http://en.wikipedia.org/wiki/USS_Yorktown_(CG-48)#Smart_ship... Quote: "On 21 September 1997, while on maneuvers off the coast of Cape Charles, Virginia, a crew member entered a zero into a database field causing an attempted division by zero in the ship's Remote Data Base Manager, resulting in a buffer overflow which brought down all the machines on the network, causing the ship's propulsion system to fail." |
|
How did you arrive at that conclusion? How, exactly, is it "fully understood by its creators"? How do you know that it's "thoroughly tested"?
Type systems allow one to assert these ideas declaratively and provably, and depending on the type system, more or less of the design can be asserted.
> Consider that, in strongly types languages, things go wrong anyway ...
That's not an argument against strong typing, that's an argument against your understanding of type systems.
On top of which, you've deployed an illogical assertion: that because things anecdotally CAN go wrong with what you presume was a type-safe language, the failure rate is EQUIVALENT to a non-typesafe language.
That doesn't make any sense.