From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.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.5-pre1 X-Received: by 2002:a0c:e88b:: with SMTP id b11mr471039qvo.59.1623164150333; Tue, 08 Jun 2021 07:55:50 -0700 (PDT) X-Received: by 2002:a25:2045:: with SMTP id g66mr29294726ybg.462.1623164150180; Tue, 08 Jun 2021 07:55:50 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr3.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 8 Jun 2021 07:55:50 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=94.60.6.132; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 94.60.6.132 References: <9778346a-b361-4038-8c1f-406830f6cd9an@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Any chance of programming a web frontend in Ada 2012? From: Marius Amado-Alves Injection-Date: Tue, 08 Jun 2021 14:55:50 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62141 List-Id: > > Thanks, Luke. I've used CGI in the past (~2000). But now I'm a grown man and want to use a single language:-) > Eh? Surely you know CGI is basically stdin/out right? SCGI and FastCGI > is just that over sockets and you can use Ada. Thanks, yes, then maybe I'm missing something, I dont see how that lets an Ada program run *in the browser*. I used CGI to pass information (including generated HTML and the like) between the Ada program running as (and in a) server and the browser, an arquitecture still requiring non-Ada languages in the front end. Maybe I was doing it wrong.