Hello Linus,
if you have a repo somewhere with code this could be interesting ? do you
think this could be set in the main code of guile? or is it just a personal
project? there is two options, one is to have guile modified for doing this
, the other is: i can modify when, unless, cond, case, whil
On 31-08-2022 09:01, Damien Mattei wrote:
I always try to keep compatibility with RnRS and in fact except cond
none of when, unless, cond, case, while, and do are in standart RnRS schem
'when', 'unless' and 'do' are actually RnRS, see (rnrs control).
'case' is also RnRS, see (rnrs base).
How