TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Is Ada a failed language?

1 pointsby tomekwalmost 8 years ago

2 comments

progmanalmost 8 years ago
People who avoid GPL in general don&#x27;t understand how GPL works. They don&#x27;t realize that <i>only</i> changes of the GPL software needs to to published on request. For instance, if they change something in the GtkAda library to make their software run then they must publish those changes on request. Their own proprietary software which links to the GPL doesn&#x27;t need to be published. However, if they take a large part of the GPL software to modify it, and sell it as their own software then they have a problem. GPL was invented to prevent such abuse.<p>Regarding the other points, I have the impression that Ada is much easier to handle than Rust, hence Ada code is easier to maintain. Package managers are not always a blessing. Haskell&#x27;s cabal hell demonstrated that the usability of package managers is questionable. As for me, I prefer the &quot;dumb&quot; configure - make - make install tool chain since it follows the KISS principle. In most cases it just works.
Davidbrczalmost 8 years ago
&quot;it[Ada] failed to find its niche. &quot;<p>This is plain wrong. One of Ada&#x27;s favorite niche is real time embedded systems with a strong emphasis on safety and reliability. It is widely used in aerospace, railway, ...
评论 #14426488 未加载
评论 #14426325 未加载