From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.93.19 with SMTP id t19mr11281584qam.3.1380777002956; Wed, 02 Oct 2013 22:10:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!a6no2278113qak.0!news-out.google.com!9ni5496qaf.0!nntp.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.posted.internetamerica!news.posted.internetamerica.POSTED!not-for-mail NNTP-Posting-Date: Thu, 03 Oct 2013 00:10:01 -0500 From: Robert Love Newsgroups: comp.lang.ada Date: Thu, 3 Oct 2013 00:10:01 -0500 Message-ID: <2013100300100162749-rblove@airmailnet> References: <87fee75d-04d9-49bb-8cb2-4c5ea7f98cdf@googlegroups.com> MIME-Version: 1.0 Subject: Re: example of machine generated Ada ? User-Agent: Unison/2.1.10 X-Usenet-Provider: http://www.giganews.com NNTP-Posting-Host: 98.194.39.33 X-Trace: sv3-V1Z5FS1DZf6ZcdoGryqDqScVM5BM7GjEHcz3B8JJhlo5ZrHsw1ZgKCtGEFE3l3jI62NPJPq2FzTDYxH!7TPl8ZYSxy/UjmJZOizvayztLQIjmFeKX8FFCNc3P6pj+URsfTMKYS5swwhSzBPIuYUVG3YBqC/K!dA== X-Complaints-To: abuse@airmail.net X-DMCA-Complaints-To: abuse@airmail.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1839 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Xref: news.eternal-september.org comp.lang.ada:17384 Date: 2013-10-03T00:10:01-05:00 List-Id: On 2013-10-02 17:37:04 +0000, Patrick said: > Hi Everyone > > I am just daydreaming about generating Ada from another language. > > Several languages use C as an intermediate language but hand written C > is hard to read and machine generated is even more painful. Ada might > make for reliable, readable machine generated code. > > Thanks-Patrick There was a product in the 90s called Matrixx, it let you draw flow charts and type in algorithms and drag connections between components your created graphically. You pushed the button and out popped some of the ugliest Ada you can imagine. My point is you can have code generators but there is no guarantee of the quality, readablity or maintainablity.