Closed doug719 closed 2 years ago
I don’t believe the behavior of (display (apply values '(1 2 3)))
is specified in the report, so I do not think raising an error is a bug. Please correct me if I’m wrong about this.
I agree that this is a bug and should be fixed.
I’m not sure what you mean by this. Could you give an example of a program that you think should behave differently?
Actually, I take back what I said about point (2), because as far as I can tell, guard
does recognize else
:
> (guard (condition
(else 'else))
(raise #t))
else
So I’m going to close all of these as “not a bug”, but do feel free to reopen or open another issue if you have more information.
Some small problems with racket8.1 [cs] with r7rs. Using Linux Mint 20.
Regards, Doug