[plt-scheme] #!r6rs braces

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Jun 26 13:47:42 EDT 2008

At Thu, 26 Jun 2008 11:37:43 +0200, "Jos Koot" wrote:
> The default value of print-mpair-curly-braces is #t. For scheme and 
> scheme/base this is the right default, I think. For #!r6rs, however, I would 
> welcome the default to be #f.

Yes, it should be. Currently, though, DrScheme doesn't know when it's
running an R6RS program.

We plan to have DrScheme adapt its REPL printing for the Module
language based on the `#lang' (or `#!') line in the definitions window.
But that protocol is not yet in place.


Matthew



Posted on the users mailing list.