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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,79f5c8d5de610eef X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-09-26 05:50:58 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!math.ohio-state.edu!magnus.acs.ohio-state.edu!csn!boulder!news.coop.net!news.den.mmc.com!iplmail.orl.mmc.com!romulus23!dennison From: dennison@romulus23.DAB.GE.COM (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: Verdix VADS ADA or GNU ADA on an SGI... Date: 26 Sep 1994 12:19:09 GMT Organization: General Electric SCSD, Daytona Beach FL Sender: dennison@romulus23 (Ted Dennison) Distribution: world Message-ID: <366e7t$et5@theopolis.orl.mmc.com> References: <1994Sep22.143838.388@mksol.dseg.ti.com> NNTP-Posting-Host: romulus23.orl.mmc.com Date: 1994-09-26T12:19:09+00:00 List-Id: In article <1994Sep22.143838.388@mksol.dseg.ti.com>, connor@mksol.dseg.ti.com (martin connor) writes: |> We are in the process of selecting an ADA compiler for an SGI workstation. |> The engineers want VERIX VADS, the accountants want GNU ADA (based on cost). |> Has anyone used either of these on an SGI workstation? Does GNU ADA have |> tools, or support? In the long run would the VERDIX ADA be a better choice? |> |> Thanks in advance, |> |> Martin Connor |> |> connor@dseg.ti.com GNU Ada (I assume you are talking about Ada, not ADA) is still under development. It is missing several critical features (including tasking on non-Suns). I would consider use of GNU Ada a very "high-risk" choice (to use manager lingo). If you can purchase the commercial product, there is no sense taking the risk. If not, download GNAT and check the feature list CAREFULLY to make sure that everything you need to do is supported. That being said, I have used GNAT on one project already, and it worked quite well. I had to work around several bugs, and I had to write my own version of Sequential_IO, but none of the problems were insurmountable. T.E.D. dennison@romulus.orl.mmc.com