From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: Carbon Date: Fri, 29 Jul 2022 18:40:13 -0700 Organization: A noiseless patient Spider Message-ID: <877d3vnzsy.fsf@nightsong.com> References: MIME-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="4485acbd32e5f166743467c4851e799a"; logging-data="3853911"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+kkZYjqsPNdsm6G8rY7Uln" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cancel-Lock: sha1:DrICBx+GkVQngMwkFttmijSk23Q= sha1:Vd67A/CI/wdBX8eLR524adjBmjg= Xref: reader01.eternal-september.org comp.lang.ada:64164 List-Id: "Nasser M. Abbasi" writes: > Or may be there is something else going on. It seems to me that it simply takes a lot more code (not just keystrokes) to do anything in Ada, compared to other languages. Having two files (ADS and ADB) for every module is already a nuisance. I think there is also a very big gap between beginner-level Ada and production-level Ada, and it's not very obvious how to bridge the gap. C++ has tons of online docs and you can learn what you need to gradually. Plus it is easier to navigate C++'s library ecosystem. Alire(sp?) may help with that for Ada. I haven't used it yet.