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,224771c11ba391ce,start X-Google-Attributes: gid103376,public From: Simon Johnston Subject: Re: Why couldn't an operating system be written in ada Date: 1996/07/15 Message-ID: <01BB7227.EB485DE0@idc213.rb.icl.co.uk>#1/1 X-Deja-AN: 168381054 sender: Ada programming language comments: Gated by NETNEWS@AUVM.AMERICAN.EDU content-type: text/plain; charset="us-ascii" mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-07-15T00:00:00+00:00 List-Id: It has been claimed that the capability to interface with other languages is a great asset to ada. Sometimes interfacing can be a tremendous liability. Besides the OS could perform most of work that the language runtime does. So why not build an OS in ADA? Check out RTEMS at the very least! with StandardDisclaimer; use StandardDisclaimer; package Sig is --,-------------------------------------------------------------------------. --|Simon K. Johnston - Development Engineer (C++/Ada95) |ICL Retail Systems | --|-----------------------------------------------------|3/4 Willoughby Road| --|Unix Mail: skj@acm.org |Bracknell | --|Telephone: +44 (0)1344 476320 Fax: +44 (0)1344 476302|Berkshire | --|Internal : 7261 6320 OP Mail: S.K.Johnston@BRA0801 |RG12 8TJ | --|WWW URL : http://www.acm.org/~skj/ |United Kingdom | --`-------------------------------------------------------------------------' end Sig;