[racket] newbie drracket usage questions
On Tue, Jul 31, 2012 at 7:52 AM, D Herring <dherring at tentpost.com> wrote:
> On 07/31/2012 01:15 AM, Richard Cleis wrote:
>>
> I am looking for functions that search for racket functions and return
> racket data structures that describe them. The key pieces of information is
> the name (so it can be used) and the source location (so the implementation
> can be learned and possibly modified).
I don't know about the return data structures part, but, if finding
manually the definition of functions suffices you, you can "check
syntax" and then right clicking on a symbol offers the "jump to
definition" command.
HTH