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,85034d1ac78a66eb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-15 23:59:07 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-01!supernews.com!news.supernews.com!not-for-mail From: James Ross Newsgroups: comp.lang.ada Subject: Re: Ada Operating System Date: Sat, 16 Mar 2002 02:00:06 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3c77b476.322111671@news.cis.dfn.de> <3C88E0D1.89161C16@despammed.com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:21322 Date: 2002-03-16T02:00:06-06:00 List-Id: >If an OS is going to be built in Ada, its worth taking a look at it from a >clean slate and doing it in such a way that it exploits the best features of >Ada. I.e. doing it the "Ada way". Not that I disagree, but I am re-learning Ada at this point and I don't quite think in Ada yet per say :) Therefore, I question what specifically is there about Ada that would make the _design_ of an OS better than one that was written in say C++? (other than the inherent quality / bugs issues) > It also has to offer the computing world *something* it doesn't >otherwise get by using someone else's product or there will be near-zero >reasons to use it. > >MDC Something's better (or of my pet issues with current OS's): - Very easy to use / configure / maintain. (Windows is getting there with a way to go yet, Linux is still a plague) - More interoperability of applications facilitated by the OS (other than just _Office_) - Install of anything should be a painless 1 or 2 click activity - Uninstall should leave nothing behind (nor side effects) - Impossible to break by accident, and very difficult to do so on purpose. - Built in, native (very fast) SQL data base like file system - Total separation of Data from Applications. - Built in real-time functionality - Very High security - Built in Programming / Debugging Tools JR