[plt-scheme] Re: Explanation of this piece of code?

From: -gary- (gary.dunne1 at gmail.com)
Date: Sat Apr 25 21:51:25 EDT 2009

Thank you for that Grant.

I am not using Dr Scheme for Developing in Scheme.
I have read the online documentation for define and the rest of the
statements in the code I posted.  I was hoping to get a little input
here for let, filter, map etc.  Just basically pseudo code of what is
happening in that code I posted.

On Apr 25, 9:46 pm, Grant Rettke <gret... at acm.org> wrote:
> On Sat, Apr 25, 2009 at 8:37 PM, -gary- <gary.dun... 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.
> _________________________________________________
>   For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.