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-16 12:09:25 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newspeer.radix.net!uunet!ash.uu.net!world!news From: Robert A Duff Subject: Re: Ada Operating System Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Sat, 16 Mar 2002 20:07:45 GMT References: <3c77b476.322111671@news.cis.dfn.de> <3C88E0D1.89161C16@despammed.com> NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:21339 Date: 2002-03-16T20:07:45+00:00 List-Id: James Ross writes: > - Uninstall should leave nothing behind (nor side effects) Yeah. Why do Unix and Windows applications scatter pieces of themselves all over the place? Why is "install" more complicated than a copy (with maybe a decompression)? Why is "uninstall" more complicated than deleting a directory tree? > - Total separation of Data from Applications. Not sure what you mean by that. Sounds like you're outlawing compilers, linkers, and loaders, which treat programs as data. - Bob