[plt-scheme] running mzscheme in 3.99.0.23
Wow, that's something I wouldn't have thought of, but I should have (I
volunteered ten years at Recording for the Blind).
On May 3, 2008, at 16:47, Aleks Bromfield wrote:
> On Sat, May 03, 2008 at 04:14:25PM -0400, Matthias Felleisen wrote:
>> When you're in a teaching language, the implicit module installs a
>> non-printer at top-level.
>
> How much work would it be to remove that non-printer?
>
> Last year, the class I TAed had a blind student. Her screen reader was
> not compatible with DrScheme, so she had to use MzScheme at the
> command
> line. It was nontrivial to set things up so that she could write a
> file
> in a text editor, but see the output in MzScheme.
>
> It would have been tremendously useful if the teaching languages had a
> printer by default.
>
> ~ Aleks