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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.zWO3vwvb9zfgXawRf+BFaw.user.gioia.aioe.org!not-for-mail From: russ lyttle Newsgroups: comp.lang.ada Subject: Re: Why couldn't an operating system be written in ada Date: Wed, 27 Feb 2019 01:20:39 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <4s8rud$9j3@tribune> <792fba1b-7a54-4d00-ae85-e6bd0737f001@googlegroups.com> NNTP-Posting-Host: zWO3vwvb9zfgXawRf+BFaw.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 X-Notice: Filtered by postfilter v. 0.9.2 Content-Language: en-US Xref: reader01.eternal-september.org comp.lang.ada:55685 Date: 2019-02-27T01:20:39-05:00 List-Id: On 2/26/19 9:00 PM, Dennis Lee Bieber wrote: > On Tue, 26 Feb 2019 18:32:12 -0500, lyttlec > declaimed the following: > >> Often overlooked is that any "C-esque" POSIX compliant OS turns the >> computer into a VAX. C was written to be easily translated into VAX >> machine code and POSIX signals are all the original interrupts on a VAX. >> If you have a CISC computer running VMS, C is your language. > > Pardon? The C language predates the VAX architecture by over half a > decade, if not more. The language was created ~1972 (as a derivative of > BCPL via the language B); it was PDP-7, followed by PDP-11. > > The VAX-11/780 was released near the end of 1977. > > Oh, and the high-level systems language used for the VMS OS just > happens to be BLISS https://en.wikipedia.org/wiki/BLISS . > > Both predate POSIX (1988). > > That is all true. You could make the case that C turns your computer into a PDP-11. I was being generous.