From: "(" <paren@disroot.org>
To: <guix-devel@gnu.org>
Subject: Struggling to write Dissecting Guix, Part 2
Date: Wed, 25 Jan 2023 07:12:45 +0000 [thread overview]
Message-ID: <CQ13296O7II3.PG3SUFZDBPRI@guix-framework> (raw)
[-- Attachment #1: Type: text/plain, Size: 647 bytes --]
Hello Guix,
I've been struggling to write Part 2 of Dissecting Guix; I'm just not sure where to start to
explain monads.
It's hard for a variety of reasons, those being that:
- Guile has no type system, so you can't express monads in terms of types
- Guix doesn't implement very many monads (only state, identity, and store), so it's
difficult to explain with a simpler monad, as there are no simpler monads
- Guix doesn't have functors or monoids either, so it's hard to "progressively" explain
first functors, then monoids, then monads
- Monads are just difficult in general :P
Any suggestions? :/
-- (
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next reply other threads:[~2023-01-25 7:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 7:12 ( [this message]
2023-01-25 9:58 ` Struggling to write Dissecting Guix, Part 2 zimoun
2023-01-26 6:32 ` (
2023-01-25 15:54 ` Wojtek Kosior via Development of GNU Guix and the GNU System distribution.
2023-01-26 6:33 ` (
2023-01-26 11:17 ` Simon Tournier
2023-01-26 20:03 ` bokr
2023-01-27 11:50 ` Simon Tournier
2023-01-25 19:39 ` david larsson
2023-01-26 6:34 ` (
2023-01-28 18:28 ` david larsson
2023-01-26 20:45 ` Felix Lechner via Development of GNU Guix and the GNU System distribution.
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CQ13296O7II3.PG3SUFZDBPRI@guix-framework \
--to=paren@disroot.org \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.