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=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:e205:0:b0:6a3:39d1:6292 with SMTP id g5-20020a37e205000000b006a339d16292mr345583qki.525.1652946004161; Thu, 19 May 2022 00:40:04 -0700 (PDT) X-Received: by 2002:a81:990f:0:b0:2f8:c347:d11a with SMTP id q15-20020a81990f000000b002f8c347d11amr3104645ywg.507.1652946003843; Thu, 19 May 2022 00:40:03 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 19 May 2022 00:40:03 -0700 (PDT) In-Reply-To: <3bde60f1-0a46-470c-ae71-ccfc18fe66a1n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=2a01:e0a:b34:c4a0:22fe:7cfd:baee:b20; posting-account=P2EYZQoAAAD3PmewIBab2nYsitlRKjyP NNTP-Posting-Host: 2a01:e0a:b34:c4a0:22fe:7cfd:baee:b20 References: <507c49ee-3874-477f-9b20-3396daa5d563n@googlegroups.com> <3bde60f1-0a46-470c-ae71-ccfc18fe66a1n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4c7cf4de-c7aa-43d4-8756-a914ebb27e4cn@googlegroups.com> Subject: Re: Ruby and Ada From: srOmatic Injection-Date: Thu, 19 May 2022 07:40:04 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63859 List-Id: I second that. We wrote in HAC more than 10K lines of code for about 50 scripts (the biggest ones being 3000 lines, the smallest ones less than 20 lines). I know Ruby (also very nice for small jobs) but HAC is much better (1) and certainly faster too (2)... We also coded a lot in Bash (there are sysadmin here too :) (1) One of the great things about HAC is that all HAC code can be compiled by GNAT. (2) HAC is 7 times faster than Bash And, recently, HAC handles packages... This allows us to have modularity in the Ada way... HAC is a golden nugget ;)