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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5d819a12831be771 X-Google-Attributes: gid103376,public From: stt@henning.camb.inmet.com (Tucker Taft) Subject: Re: Building an Ada compiler Date: 1996/06/29 Message-ID: #1/1 X-Deja-AN: 162790464 sender: news@inmet.camb.inmet.com (USENET news) x-nntp-posting-host: henning.camb.inmet.com references: <4r023h$jt2@newsbf02.news.aol.com> organization: Intermetrics, Inc. newsgroups: comp.lang.ada Date: 1996-06-29T00:00:00+00:00 List-Id: ErkoDJK (erkodjk@aol.com) wrote: : Some friends and I have a crazy idea. We want to build an Ada 95 compiler : targeted for the Macintosh computer (without requiring Unix, like : GNAT/GCC). ... You might be interested in the Mac version of AppletMagic(r), and Ada 95 => Java byte-code compiler. An alpha release of this is available at: http://www.inmet.com/javadir/download/ It runs on 68k Macs (and presumably PPC using emulation) without needing "MachTen." As far as your other question, building a compiler, or interpreter, for any of the major object-oriented languages, is a big job. Much more practical would be to do the work to rehost GNAT/GCC to MacOS. There is nothing inherently hard about this rehost, though of course it does require a desire to "dig into" the GNAT/GCC sources enough to find their host dependencies. Both the Metrowerks and the Symantec compilers on the Mac come with pretty complete Unix emulation libraries, so it isn't too bad rehosting a Unix-oriented program to the Mac with either of these development systems. : Thank you for your help, : David -Tucker Taft stt@inmet.com http://www.inmet.com/~stt/ Intermetrics, Inc. Cambridge, MA USA