|
|
|
|
|
by magv
6209 days ago
|
|
To be fair, the base language of PLT never claimed to support any relevant standard. Instead implementations of standards are built as libraries on top of the base language. So PLT does provide both R5RS and R6RS, both with mutable pairs. It is when you want to use PLT-specific non-RnRS libraries from RnRS code, you run into pair incompatibilities. |
|