Comment Ada Redux (Score 1) 31
Back in the 80s, Ada was the latest greatest thing, and was going to replace everything. It was a pretty great language (memory safety, ...... ) but what killed it was the poor implementation of the library support structure. Too many unnecessary recompiles were triggered -- big projects with superfast special-build Ada compile computer just couldn't keep up -- the build never finished unless all development paused too. Pascal was a toy language, C++ was a chaotic churn, so what was left? Yup, C it was. ;^(