Посоветовали мне тут в Development спросить свой вопрос у https://gpt-chatbot.ru/ . Но я решил сначала проверить, а понимает ли вообще GPT что-то в программировании.
Спросл «Why is Ada programming language not popular?» . И вот, что мне ответил ИИ:
As an AI language model I don't have opinions but here are some of the reasons why Ada programming language is not as popular as some other programming languages:
1) Lack of marketing - Ada is not as heavily promoted as some other programming languages, so it is not as well known.
2) Steep learning curve - Ada can be difficult for beginners to learn due to its complex syntax and strong typing rules.
3) Targeted audience - Ada was designed primarily for large-scale, mission-critical systems, which limits its application in other areas.
4) Limited resources - Due to its limited popularity, finding reliable online resources and support for Ada may be difficult.
5 ) Competition from other languages - Ada faces strong competition from other popular languages like Java, Python, and C++ which offer similar features and are more popular.
Government ties - Ada has been traditionally used by government institutions and organizations, which has limited its reach in the wider community.
со всем могу согласиться, но вот пункт 5) меня удивил. Все в одну кучу свалил, и коней, и людей. На счет C++ можно согласисься, и в области дженериков C++ ушел вперед. Java уже с натяжкой. А вот какие там в Питоне: объекты на стеке (а не в куче), многопоток из коробки, низкоуровневость вплоть до bare metal, отсутствие GC, автоматическая проверка указателей на null, числовые подтипы с лимитированной областью значений, и т.д. и т.п. Ну это же просто разные миры!
Т.о. ощущение такое, что все остальные пункты оно просто подсмотрело где-то, по принципу кто-то что-то написал в инет, не особо понимая, что оно значит, а на пятом пункте полное непонимание вырвалось наружу, как субстанция из старой развалившейся канализационной трубы.