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,1ff2b70d3b014281 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-28 09:33:06 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news2.POSTED!not-for-mail From: "Wannabe h4x0r" Subject: Re: Ada95 on Plan9/Inferno Newsgroups: comp.lang.ada References: <20011028085136.A29500-100000@shell5.ba.best.com> User-Agent: Pan/0.10.0 (Unix) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Comment-To: "Brian Rogoff" Message-ID: Date: Sun, 28 Oct 2001 17:33:06 GMT NNTP-Posting-Host: 24.0.109.49 X-Complaints-To: abuse@home.net X-Trace: news2 1004290386 24.0.109.49 (Sun, 28 Oct 2001 09:33:06 PST) NNTP-Posting-Date: Sun, 28 Oct 2001 09:33:06 PST Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:15314 Date: 2001-10-28T17:33:06+00:00 List-Id: In article <20011028085136.A29500-100000@shell5.ba.best.com>, "Brian Rogoff" wrote: > On Sun, 28 Oct 2001, Clueless wrote: >> Lately I've been seriously considering developing some apps for the >> Plan9 and Inferno Operating system platforms. > > What is the market for Plan9/Inferno like? What's the composition of the > user community? > > I looked at some of the online docs a while ago and I thought the Dis VM > was timely considering the whole Java explosion. Too bad Sun hype was > better. > > It seems that most of the VMs map relatively closely to Ada 95 > constructs. I wonder if this is related to the efforts during the design > of Ada 95 to efficiently implementable (with current technology of > course) building blocks, or if its something more mundane, like the fact > that the VMs all look like Java, which isn't too far from Ada? > > It would be cool to have Ada on the JVM, .NET CLR, and running atop the > Inferno on their virtual machine too. Ada could be the Queen of the > Virtual Machine. > > Sorry, no real information. > > -- Brian The thing that I really like about the Plan9/Inferno environments is complete network/hardware/et... transparency. I can divide up my network into a file server, CPU server, et... and make it look like one big computer if I want to.(The Amoeba OS goes even further in that regard, but I digress.) Even Java and .NET dont provide the kind of transparency one finds in the Plan9 environment. Everything looks (at least to the user) like one big computer. Completely eliminating the need for a "client/server" architecture for alot of applications. (Although NOT all apps. AFAIK) It seems like Ada95 would fit quite nicely into this type of environment. Heck, the Distributed Systems Annex already appears to embody many of the Plan9/Inferno/Limbo principles. If there is no compiler available, I wonder how difficult a GNAT port would be. Just curious. McDoobie chris@dont.spam.me