this post was submitted on 07 Dec 2024
113 points (93.8% liked)

Linux

48555 readers
1290 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 days ago (1 children)

JS is system agnostic, doesn’t require compilation or multiple dependency binaries, as opposed to say Python.

Can you expand on that? How does JS have less requirements than Python?

[–] [email protected] 3 points 2 days ago

While it's true that both python and js are interpreted languages, making them highly portable, JS at that time was a very lightweight language with a robust runtime offered by mozjs, that was built to be easy to embed into other systems, while python was designed for being the framework in which you build apps directly, hence requiring deeper dependencies.

Sources:

https://blog.fishsoup.net/2008/10/22/implementing-the-next-gnome-shell/#comment-1691

https://blogs.gnome.org/alexl/2008/09/09/embeddable-languages-an-implementation/

https://www.reddit.com/r/gnome/comments/120edc0/comment/jdgwyoq/