this post was submitted on 18 Sep 2024
277 points (97.3% liked)
Linux
48017 readers
1014 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As always, Ada gets no respect.
Start the linuxa or alinux project and off you trot. Find a better name than I did here and you'll be fine.
Ladux? Linda? +Linux, pronounced "Add a Linux" -> Ada Linux? LinLace?
Lada
Images of smoking Eastern European jalopy intensifies.
I prefer Trabant.
Anixa for the win
Adux
Nor does Forth (which used to be a common choice for "first thing to bootstrap on this new chip architecture we have no real OS for yet"). Alas, they're just not popular languages these days.
Forth is fun but not really suitable for large, long-lasting projects with huge developer communities. Linux isn't being bootstrapped, it's already here and has been around for decades and it's huge. And, I think bootstrapping-by-poking-around on a new architecture has stopped being important. Today, you have compiler and OS's targeted to the new architecture under simulation long before there is any hardware, with excellent debugging tools available in the simulator.
I blame Ian Dury.
Possibly NSFW.
https://www.youtube.com/watch?v=1kFnHPHBcb4
Have you actually ever used Ada? It's like programming with handcuffs on.
I have played with Ada but not done anything "real" with it. I think I'd be ok with using it. It seems better than C in most regards. I haven't really looked into Rust but from what I can gather, its main innovation is the borrow checker, and Ada might get something like that too (influenced by Rust).
I don't understand why Linux is so huge and complicaed anyway. At least on servers, most Linux kernels are running under hypervisors that abstract away the hardware. So what else is going on in there? Linux is at least 10x as much code as BSD kernels from back in the day (idk about now). It might be feasible to write a usable Posix kernel as a hypervisor guest in a garbage collected language. But, I haven't looked into this very much.
Here's an ok overview of Ada: http://cowlark.com/2014-04-27-ada/index.html
This is how they want to frame it. C has footguns, therefore use Rust—instead of Rust is one of the options you could use.
I don't think Ada in the kernel would get any cultural acceptance. Rust has been hard enough. C++ was vehemently rejected decades ago though the reasons made some sense at the time. Adopting C++ today would be pretty crazy. I don't see much alternative to Rust (or in a different world, Ada) in the monolithic kernel. But Rust seems like it's still in beta test, and the kernel architecture itself seems like a legacy beast. Do you know of anything else? I can't take D or Eiffel or anything like that seriously. And part of it is the crappiness of the hardware companies. Maybe it will have to be left to future generations.