[plt-scheme] Re: Explanation of this piece of code?
On Sat, Apr 25, 2009 at 8:37 PM, -gary- <gary.dunne1 at gmail.com> wrote:
> It's a section from something I am working on.
> But in general, I am just trying to get an understanding of what is
> going on in it.
You are right about what you said; you are defining a function and
binding some values to names.
Open it up in DrScheme, position the cursor on define, and hit F1. It
will show you the documentation for define.
Do the same thing for let*.
Not sure what the rest does.