[plt-scheme] Extracting functions

From: Grant Rettke (grettke at acm.org)
Date: Fri Sep 7 09:15:03 EDT 2007

On 9/7/07, Todd O'Bryan <toddobryan at mac.com> wrote:
> My Scheme programming up to this point consists of what I need to know
> to teach HtDP. Can someone point me to what I'd need to know to be able
> to extract a particular function from a student's file to run my own
> test cases against them?

Interesting question.

So you would like to write a test harness, and for each student's
module, import that module and test the functions inside of it?


Posted on the users mailing list.