[plt-scheme] Scope question

From: Noel Welsh (noelwelsh at gmail.com)
Date: Fri Dec 28 16:01:03 EST 2007

On Dec 28, 2007 8:44 PM, Steven Kroeger <skroegs at gmail.com> wrote:

> I'm a scheme newb.

:)

> I've got a procedure that generates threads in a loop. I'd like be
> able to access them out side that loop once they are generated. My
> procedure seems to work fine, but I'm not sure how to get at them.

This suggests you don't understand some basic Scheme/functional
idioms.  I suggest you work quickly through HtDP (www.htdp.org) before
playing around with threads.

HTH,
Noel


Posted on the users mailing list.