this post was submitted on 16 Jan 2024
0 points (NaN% liked)

Linux

52969 readers
743 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Wow they actually did it! Congratulations and welcome to the age of second-gen systems languages!

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (1 children)

Seems one of the main reasons is to use Rust's thread safety to enable "concurrent mode". Anyone with the knowledge able to explain what advantages that would yield for an end fish user?

[–] [email protected] 0 points 1 year ago (1 children)

End user shouldn't care what PL the software is written in. Their advantages and disadvantages are meaningful for developers only.

[–] [email protected] 1 points 1 year ago

PL can have a large impact on features, bugs, bug reports, troubleshooting, performance and documentation. Particularly when dev resources are limited.

It’s hard to see how this opinion holds any water.

Rust is a great choice for a shell built as an interactive shell that doesn’t have to be core to the OS. Over C++ this also makes development more accessible to young programmers.