[plt-scheme] let-syntax is now implemented in r5rs language?
At 26 Jul 2003 18:11:54 +0000, Paulo Jorge de Oliveira Cantante de Matos wrote:
> I'm using plt-scheme 204, the example about let-syntax in the standard
> returns an error in plt-scheme 204 using r5rs language:
> [...] Why?
Looks like it was always broken, and no one noticed before.
Fixed in CVS. To fix your local copy if it's not from CVS, add
`let-syntax' and `letrec-syntax' to the "syntax" provides in
plt/collects/lang/r5rs.ss.
Matthew