[plt-scheme] #!r6rs braces
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