[racket-dev] enter! verbosity
At Sat, 11 Dec 2010 18:24:52 -0500, Eli Barzilay wrote:
> 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'?
How about `#:verbose', `#:verbose-reload', and `#:quiet', where the
long one is conveniently the default?