GNU/Lisp Enthusiast!

  • 3 Posts
  • 13 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle









  • mrh@mander.xyzOPtoUnixporn@lemmy.ml[OC] GNU/LiSP
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 years ago

    Yep! If you’re applying and need a non-trivial number of locations checked/maps generated, you can check out the prgoram here.

    Note that it says you can install it with guix, but it hasn’t actually been merged into master yet, so for now you do need sbcl and the dependencies (etiher via quicklisp or however else you snag them).



  • I have never used nix or nixos. I liked their shared idea (functional, atomic, reproducible systems), and so when I looked at their differences they seemed to all be pros for guix:

    1. Clearer, more robust, more centralized documentation
    2. GNU Project
    3. Guile Scheme (Lisp) as opposed to Nix DSL
    4. Unparalleled emacs integration

    The only bittersweet aspect of guix compared to nix was the foss only stuff, as I do need some proprietary drivers, but nonguix is so easy it hasn’t been a practical issue. And of course I am big advocate of free software so I like that guix is pushing that forward.

    There’s also a theoretical issue that guix has less packages, but the standard channel + nonguix has had everyhing I use.


  • Glad to hear it! Feel free to message me if you have any questions, though I’m not a Guix expert by any means, so the IRC channel on libera.chat is probably your best bet.

    btw: you can also install guix as a standalone package manager on top of any other GNU/Linux distribution just like nix, and it can also use the nonguix channel.


  • Yes you can install non-free software on Guix. By default Guix only ships with non-free software in its iso and standard repo, but there is a nonguix channel (read repo) which comes with all the non-free software I’ve ever needed.

    It’s very easy to add channels to Guix. Flatpak and Nix are also available on Guix if you’d prefer to use those ways of getting non-free software.


  • I quite enjoy it!

    Being able to rollback any change I make to the system, either package changes or system configuration, makes it completely unbreakable and provides great peace of mind. It means I can fully enjoy its rolling-release nature without worrying.

    Having my entire system configuration declared in a single, robust programming language (Guile) across a small number of files makes it very easy to understand and just stick into source control to reproduce.

    Being able to hack on it in a lisp (scheme) is the cherry on top, along with the great emacs integration. I would highly recommend it to any lisp/emacs/gnu enthusiasts.