[plt-scheme] PLT Scheme v300
Eli Barzilay wrote:
> PLT Scheme version 300 is now available from
>
> http://download.plt-scheme.org/
Awesome! Congratulations to everyone involved, and thank you for
helping to save the future of software development.
>
> Version 300 offers many improvements over version 209 (the previous
> stable release), including:
>
> * Unicode characters and strings
Speaking of which... :)
> Feedbackk VVelkome.
I notice that in the web server manual, in section 10.1.3, "Response",
for the response type (listof (union string bytes)), the text doesn't
make it clear that the first string (the MIME type) apparently has to be
a byte string. If an ordinary string is supplied, an error about a
malformed Xexpr is produced. This would probably be confusing for
anyone not already well-versed in the mysteries of 20x -> 300 conversion.
There's a similar issue with the MIME parameter for the make-response/*
procedures.
Let me know if I should file a bug report (it seemed a little small for
that).
Anton