[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH][5] and-let* and SRFI-2
From: |
lemonboy |
Subject: |
[Chicken-hackers] [PATCH][5] and-let* and SRFI-2 |
Date: |
Sun, 12 Nov 2017 19:14:45 +0100 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Hello hackers,
here's a patch to make and-let* behave as specified in the SRFI-2, I've also
included the "official" test suite and all the checks pass now.
One minor nit: with regards to the variables bound in this construct, the SRFI-2
states the following
> As usual, all VARIABLEs must be unique (like in let*)
I wasn't aware of such a restriction in let* nor I have found any reference to
that in the R5RS, a single test has been modified to take into account this
difference.
Cheers,
LemonBoy
0001-Make-and-let-behave-as-specified-in-SRFI-2.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Chicken-hackers] [PATCH][5] and-let* and SRFI-2,
lemonboy <=