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,1b551e3318e4c1a5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-08 02:57:56 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.gv.tsc.tdk.com!falcon.america.net!sunqbc.risq.qc.ca!newsfeeds.belnet.be!news.belnet.be!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-koe1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Why isn't there Visual Ada? Date: 08 Feb 2001 10:56:49 +0100 Organization: Enyo's not your organization Message-ID: <877l31pkf2.fsf@deneb.enyo.de> References: <94jki1$eha$1@nnrp1.deja.com> <732FACF8BF7E8D79.8125E7BE5B617E0B.B3DBC49334E8E3C4@lp.airnews.net> <20010207.15581000@buzco.penguinpowered.com> <95rv2b$8a21@news.cis.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:4971 Date: 2001-02-08T10:56:49+01:00 List-Id: dvdeug@x8b4e53cd.dhcp.okstate.edu (David Starner) writes: > >Further, if you are not diddling with the hardware (as you shouldn't=20 > >be), > > If you're writing a compiler, you have to. Huh? I've never seen a compiler that performs direct hardware access. Compilers are usually the most portable pieces of software in common use because they only translate one text file to another. Porting compilers to a new host is usually not very hard (however, adding a new target is a completely different story ;).