[racket-dev] enter! verbosity

From: Eli Barzilay (eli at barzilay.org)
Date: Sat Dec 11 18:24:52 EST 2010

A few seconds ago, Matthew Flatt wrote:
> At Sat, 11 Dec 2010 18:18:13 -0500, Eli Barzilay wrote:
> > I've made the syntax be:
> > 
> >   (enter! <module> <noisy>)
> > 
> > where <noisy> is either `#f', `#t', or `#:reloading'.
> 
> Descriptive keywords in place of `#t' and `#f' would be clearer and
> would avoid mixing literal values and keywords in the same position.

OK, but I can't think of good names...  `#:always' and `#:never'?
`#:verbose' and `#:silent'?  `#:verbose' and `#:quiet'?  `#:loading'
and `#:never'?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.