GNU bug report logs - #67760
Add the guile-srfi-232 package for curried procedures

Previous Next

Package: guix-patches;

Reported by: 無無 <yuvallangerontheroad <at> gmail.com>

Date: Mon, 11 Dec 2023 01:16:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67760: closed (Add the guile-srfi-232 package for curried
 procedures)
Date: Fri, 05 Jan 2024 16:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 05 Jan 2024 17:25:34 +0100
with message-id <87v887eoht.fsf <at> gnu.org>
and subject line Re: bug#67760: Add the guile-srfi-232 package for curried procedures
has caused the debbugs.gnu.org bug report #67760,
regarding Add the guile-srfi-232 package for curried procedures
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67760: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67760
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 無無 <yuvallangerontheroad <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: Add the guile-srfi-232 package for curried procedures
Date: Mon, 11 Dec 2023 03:14:40 +0200
[Message part 3 (text/plain, inline)]
(This is my first submission to Guix)

This package adds Wolfgang Corcoran-Mathe's library for curried procedures.

Its specification:

https://srfi.schemers.org/srfi-232/srfi-232.html

The SRFI-232's repository:

https://github.com/scheme-requests-for-implementation/srfi-232

Many thanks,
Yuval Langer.
[0001-Add-the-guile-srfi-232-package-for-curried-procedure.patch (text/x-patch, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: 無無 <yuvallangerontheroad <at> gmail.com>
Cc: 67760-done <at> debbugs.gnu.org
Subject: Re: bug#67760: Add the guile-srfi-232 package for curried procedures
Date: Fri, 05 Jan 2024 17:25:34 +0100
[Message part 6 (text/plain, inline)]
Hi,

無無 <yuvallangerontheroad <at> gmail.com> skribis:

> From c88c0502b2036c7a33fcb9c402de69eb14634831 Mon Sep 17 00:00:00 2001
> Message-Id: <c88c0502b2036c7a33fcb9c402de69eb14634831.1702256938.git.yuval.langer <at> gmail.com>
> From: Yuval Langer <yuval.langer <at> gmail.com>
> Date: Mon, 11 Dec 2023 03:00:50 +0200
> Subject: [PATCH] Add the guile-srfi-232 package for curried procedures.
>
> ---
>  gnu/packages/guile-xyz.scm | 51 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)

Applied with the changes below, thanks!

Ludo’.

[Message part 7 (text/x-patch, inline)]
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 6df9fc851f..75e3754046 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3858,8 +3858,7 @@ (define-public guile-srfi-232
     (arguments
      (list
       #:phases
-      #~(modify-phases
-            %standard-phases
+      #~(modify-phases %standard-phases
           (add-after 'unpack 'move-and-delete-things
             (lambda _
               (let* ((srfi-directory (string-append #$output "/srfi")))
@@ -3881,14 +3880,14 @@ (define-public guile-srfi-232
     (home-page "https://github.com/scheme-requests-for-implementation/srfi-232")
     (synopsis "Flexible curried procedures")
     (description
-     "Scheme lacks a flexible way to create and apply curried
-procedures.  This SRFI describes curried, a variant of lambda that
-creates true curried procedures which also behave just like ordinary
-Scheme procedures.  They can be applied to their arguments one by one,
-all at once, or anywhere in between, without any novel syntax.
-curried also supports nullary and variadic procedures, and procedures
-created with it have predictable behavior when applied to surplus
-arguments.")
+     " This package provides an implementation of
+@uref{https://srfi.schemers.org/srfi-232/srfi-232.html, SRFI-232}, which
+describes @code{curried}, a variant of @code{lambda} that creates true curried
+procedures which also behave just like ordinary Scheme procedures.  They can
+be applied to their arguments one by one, all at once, or anywhere in between,
+without any novel syntax.  @code{curried} also supports nullary and variadic
+procedures, and procedures created with it have predictable behavior when
+applied to surplus arguments.")
     (license license:expat)))
 
 (define-public emacsy

This bug report was last modified 1 year and 219 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.