[plt-scheme] Strange

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Sep 20 07:21:52 EDT 2008

> (write #\x) displays #\alarm
>
>   Is there an explanation of that, please?

It's a bug, now fixed in SVN. Thanks for the report!


>   On another point, there is a strange bug.  If you write something like:
>
> (write '(1 . 2 . 3))
>
> that causes an error, of course.  But after the evaluation of an #!r6rs
> program, if I type:
>
> '(1 . 2 . 3)
> in the interactions' window, the result is (2 1 3).

DrScheme can't yet configure parsing in the interactions window based
on the language of a module in he definitions window. We're currently
working on that improvement.

Meanwhile, as Jos says, you get the PLT Scheme reader in the
interactions window instead of an R6RS reader.


Matthew



Posted on the users mailing list.