Interview with Vita Nuova CEO Michael Jeffrey
Little-Fat-Sheep writes: "Lots of talk on Slashdot and elsewhere lately about the future of Operating Systems being massively distributed. Well, the technology exists for years now in the two operating systems offered by Vita Nuova: Plan9 and Inferno. OSNews features today an interview with Vita Nuova's CEO, Michael Jeffrey."
note the capitalization. Plan 9 is open source, but due to some traits in the license, it's not considered Open Source as per the requirements of the OSI. Inferno is open source except for a few core components, which are based on a subscription license model. i'm not sure if the license covering the non-core software is Open Source, although it is open source. the core software is clearly not.
i speak for myself and those who like what i say.
>>Eventually it gets all pixellated
you're reaching the numeric precision of the hardware. Most fractal viewiers out there have this problem. They may do things in 64 bit math or 128 bit math or use their own custom routines, but eventually you zoom in so far the math falls apart.
Yes. Inferno applications are written in a concurrent programming language called Limbo. the language reference manual is available online, as are varous descriptions of programming in the language (and some other papers as well). the language is C-like in structure, with influences from many other places, like Pascal and Algol. of particular note are channels, a data type for inter-process communication which makes writing multi-threaded and/or distributed apps easier than in maybe any other system. it's a beautiful language.
i speak for myself and those who like what i say.