this post was submitted on 31 Dec 2023
95 points (95.2% liked)

Linux

47337 readers
1401 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
 

Reposting because it looks like federation failed.

I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?

you are viewing a single comment's thread
view the rest of the comments
[–] axelf@lemmy.ml 2 points 8 months ago (8 children)

Using Scheme instead of a purely functional language like Nix as the Nix/Guix expression language is a bold choice I am not sure I agree with.

[–] Ramin_HAL9001@lemmy.ml 5 points 8 months ago* (last edited 8 months ago) (5 children)

Using Scheme instead of a purely functional language like Nix as the Nix/Guix expression language is a bold choice I am not sure I agree with.

Scheme is the most functional of all non-purely-functional languages that I know of. What's more, the parts of Guix in which packages are defined are quite pure, even using monads for some things, so it is really not too different from the Nix language.

[–] Atemu@lemmy.ml 1 points 8 months ago (1 children)

the parts of Guix in which packages are defined are quite pure, even using monads for some things

Monads have nothing to do with purity. In fact, one of the most infamous usages of them is Haskell's IO monad which is probably the most impure construct in the entire language.

it is really not too different from the Nix language.

Hm, I can't help but think that a lisp dialect can never really be similar to any language except another lisp.

[–] Spore@lemmy.ml 1 points 8 months ago

No, monadic interface is used to programmatically access the store instead of being used to define packages. Packages are pure in Guix.

load more comments (3 replies)
load more comments (5 replies)