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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,39a02718efa7592 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-30 17:11:51 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!gw1.att.com!csn!magnus.acs.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!news.sprintlink.net!news.clark.net!hirasuna.clark.net!user From: hirasuna@acm.org (Michael Hirasuna) Newsgroups: comp.lang.ada Subject: Re: Is there any ADA for Mac ? Date: Mon, 30 Jan 1995 20:11:51 -0500 Organization: Clark Internet Services, Inc. Message-ID: References: <95030.195803MZUNDO@ESOC.BITNET> NNTP-Posting-Host: hirasuna.clark.net Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: 1995-01-30T20:11:51-05:00 List-Id: In article <95030.195803MZUNDO@ESOC.BITNET>, wrote: > I'm currently working in ADA on a Vax VMS system, and I'd like to be > able to do some work at home on a Powerbook 520c Mac. The only Machintosh Ada compiler I am aware of is Meridian's (which requires MPW). I have used MPW-Meridian at home for work I had with VAX Ada. There were some problems: 1) The Mac's 31 character file name limit is not enough, especially for subunits which tend to have long file names in VAX Ada. 2) I could not find a way to change the Meridian Ada System package which did not match the VAX Ada System package. Thus was particularly bad for rep specs. 3) The Meridian Ada compiler was not very good. It gave poor error messages and sometime passed incorrect Ada, which VAX Ada later caught. 4) I could not find a way to make the Meridian Ada compiler just do a syntax check, I had to request full compiles which took longer. (If anyone knows how to do this, please let me know) There was also an Ada language sensitive editor, which was packaged with Meridian. It was okay for small programs, but did not work for the program which I would consider to be of practical size. I have given up on Meridian Ada. For syntax checking at home, I now use GNAT on an OS2 system. But I still use my Mac for almost everything else.