[plt-scheme] getting a list of currently defined commands?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Dec 28 16:16:18 EST 2007

You can read the documentation? If you need them programmically, you
can either use the documentation's indicies, or construct namespaces
containing what you want pull them out of there, depending on why
you'd want to do that.

Robby

On Dec 28, 2007 2:49 PM, Mike Eggleston <mikeegg1 at mac.com> wrote:
> In FORTH you can get a list of vocabulary words. In TCL you can
> do the same thing with 'info commands'. Is there a way to do the
> same thing in PLT-Scheme or generic Scheme?
>
> Mike
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.