This isn’t Linux, but Linux-like. Its a microkernel built from the rust programming language. Its still experimental, but I think it has great potential. It has a GUI desktop, but the compiler isn’t quite fully working yet.

Has anyone used this before? What was your experience with it?

Note: If this is inappropriate since this isn’t technically Linux, mods please take down.

  • weclaw
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    I meant it more as “this is the first general purpose language that is suitable for all projects”, you’re right it’s not the first language capable of that. If you are a masochist you could even write everything in assembly, but it does not mean it’s a good idea. C++ can be used for operating systems but I would argue it’s not a good language for that, there are reasons why it wasn’t added to the linux kernel (for example using exceptions requires special runtime support and adding support for standard library requires a lot of work)