[racket] Exploratory programming?

From: Grant Rettke (grettke at acm.org)
Date: Tue Nov 30 12:26:18 EST 2010

On Tue, Nov 30, 2010 at 10:55 AM, Richard Lawrence
<richard.lawrence at berkeley.edu> wrote:
> That is, how does one find out things like:
>
> 1. which modules are likely to contain functions useful for a particular
> task
> 2. what names a given module exports
> 3. more information about the objects exported by a module: e.g.,
> brief descriptions, their types, what methods they respond to, ...

I read every page of the documentation, and used search. Not glamorous
but it worked fine.


Posted on the users mailing list.