From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNhLf-0000pc-Bp for guix-patches@gnu.org; Fri, 16 Nov 2018 11:52:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNhLe-0000wk-Hh for guix-patches@gnu.org; Fri, 16 Nov 2018 11:52:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52449) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNhLe-0000wf-E3 for guix-patches@gnu.org; Fri, 16 Nov 2018 11:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gNhLe-0007r2-BB for guix-patches@gnu.org; Fri, 16 Nov 2018 11:52:02 -0500 Subject: [bug#33405] [PATCH 00/10] De-monadify and clean up system code Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181116092103.4274-1-ludo@gnu.org> <87va4x87kx.fsf@gmail.com> Date: Fri, 16 Nov 2018 17:50:49 +0100 In-Reply-To: <87va4x87kx.fsf@gmail.com> (Mathieu Othacehe's message of "Fri, 16 Nov 2018 22:39:42 +0900") Message-ID: <87ftw1vudy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 33405@debbugs.gnu.org Heya! Mathieu Othacehe skribis: > Having struggled (a lot) with this part of Guix, I find that switching > to file-like objects, instead of having to carry a monadic context > everywhere is a huge improvement, thanks! Cool. I noticed while browsing the installer that it uses the monadic API mostly, so indeed, I would recommend switching to file-like objects as much as possible=E2=80=94it=E2=80=99s easier and less intimidating. Thanks for your feedback! Ludo=E2=80=99.