[plt-scheme] create a board with vector

From: Matt Jadud (jadudm at gmail.com)
Date: Sun Dec 6 11:27:00 EST 2009

On Sun, Dec 6, 2009 at 10:10 AM, Mona Esmaeili <mona.esmaili at gmail.com> wrote:
> Hi,Yes exactly I understood the all of the code but I didn't understand
> Build-board.I don't know what is f.

Someone else on the list might go about this differently, but I'll ask
you this question to start:

If I write

(define (my-add a b)
  (+ a b))

and then write

(my-add 3 5)

What syntactic position does "my-add" occupy? Now, couple that with
the documentation for "build-vector" and see if that doesn't get you a
bit unstuck.

http://docs.plt-scheme.org/reference/vectors.html#%28def._%28%28lib._scheme/base..ss%29._build-vector%29%29

Cheers,
Matt


Posted on the users mailing list.