I am always puzzled why Plan 9 is so looked upon instead of Inferno, where the best ideas from UNIX and Plan 9 were combined with a memory safe userspace language.
I think that was part of it - you needed(?) to use Limbo to develop Inferno Apps, whereas Plan 9 uses C.
It's odd, the Vita Nuova website looks unchanged for 20+ years, including a reference to an Inferno plugin for Internet Explorer 4+(!). I wonder if Inferno is being used in production somewhere?
I know Plan 9 was/is used on supercomputers [0], and there was something called CellFS for programming the PS3/Cell architecture. [1]
There's a lot of marketing fluff - anyone know what this actually is?
Judging by the specs it runs on, it's an OS for application processors - like the kind in smartphones. They talk a lot about UI features, but not much about the interesting stuff. Is this truly a "new" OS written in Rust? Or is it just a repackaged android with a new GUI and some Rust libraries?
> The standout feature of Vivo BlueOS is its utilization of the Rust programming language, marking a global first in building a system framework for an operating system.
Perhaps not for most applications, but I think it actually is for an OS. Operating systems are pretty tightly tied to the paradigm of their systems programming language, and possible memory-safety guarantees is a strong feature for an OS as well.
History does not seem to agree with you. There were memory safe(er) languages before Rust existed, and OSes written in those languages. Neither became popular.
Honestly this whole thread is very pedantic. Popularity doesn't define a feature, and the writer probably just plucked the word "feature" from a few not-great options.
Either way, general grumpiness about Rust being used to write an OS may be a reaction to the hype, but plenty of people have expressed interest in an OS written in Rust, if not for any other purpose than to challenge Rust's basic claims.
Historically, there has been a bigger trade-off between safety and performance, and performance has been much more important.
Besides, there are many many factors determining successes of OSes, often far removed from quality of the software itself (1986 AmigaOS had GUI and multitasking, and still lost to MS-DOS and Windows 3.1).
16 comments
[ 2.9 ms ] story [ 53.5 ms ] threadhttps://harvey-os.org/2023/04/23/retirement.html
It's odd, the Vita Nuova website looks unchanged for 20+ years, including a reference to an Inferno plugin for Internet Explorer 4+(!). I wonder if Inferno is being used in production somewhere?
I know Plan 9 was/is used on supercomputers [0], and there was something called CellFS for programming the PS3/Cell architecture. [1]
[0] http://doc.cat-v.org/plan_9/blue_gene/
[1] http://ilab.usc.edu/packages/cell-processor/docs/IBM_redbook...
Judging by the specs it runs on, it's an OS for application processors - like the kind in smartphones. They talk a lot about UI features, but not much about the interesting stuff. Is this truly a "new" OS written in Rust? Or is it just a repackaged android with a new GUI and some Rust libraries?
Using rust is not a feature.
Either way, general grumpiness about Rust being used to write an OS may be a reaction to the hype, but plenty of people have expressed interest in an OS written in Rust, if not for any other purpose than to challenge Rust's basic claims.
Besides, there are many many factors determining successes of OSes, often far removed from quality of the software itself (1986 AmigaOS had GUI and multitasking, and still lost to MS-DOS and Windows 3.1).
On most systems the C ABI has been the only ABI for so long that people have forgotten system ABIs are language-specific.
Claiming to be a new OS when it isn't is the modern China equivalent of Sega's "blast processing", it's marketing fluff to lure customers.