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,39c299e1a336f754 X-Google-Attributes: gid103376,public From: full@news.syspac.com (full) Subject: Re: Ada for the Mac Date: 1996/09/11 Message-ID: <515iod$clr@news.syspac.com>#1/1 X-Deja-AN: 179863554 references: <00001a73+000033a9@msn.com> <322ED21A.678@thomsoft.com> <01bb9e89.5ee38da0$fc899dc0@fielding.east.alsys.com> <1996Sep10.124132.1@eisner> organization: Systems Solutions Inc. (Arizona's Internet Provider) x-authenticated: full on INN-RP host news.syspac.com newsgroups: comp.lang.ada Date: 1996-09-11T00:00:00+00:00 List-Id: In article <1996Sep10.124132.1@eisner> kilgallen@eisner.decus.org (Larry Kilgallen) writes: > If Ada on MacOS were wildly successful, I would hope someone like > ThomSoft (or whatever they are called by they) could see their way > to developing a Macintosh Ada which did _not_ look like Unix to the > developer. Larry, the really nice thing about machten is that you can mix unix and macos elements to suit yourself. for example i am working on version of gnatmake that looks a lot like mpw's commando dialogs by building a macos interface to a unix app (gnatmake). when i get it done i am not sure what the difference in look would be between a mpw Ada compiler and a Machten unix compiler. if you want it to look like codewarrior and have a project manager etc, thats real doable as well. There exists software for machten (the author has offered to make the source frealy available) that allows you to mix apple events and unix remote procedure calls so you can control unix apps from apple script applications like codewarriors toolserver interface. with more work you can write a codewarrior type IDE that controls the gnat compiler. its not the platform of the compiler thats important its how much work is put into developing the IDE. if you want it to look like MPW or codewarrior start coding ;-) Seriously i will be happy to help anyone who wants to give this a try! best jim