[plt-scheme] HtDP -- Looking for gensym function

From: Gadfly (dyrueta at gmail.com)
Date: Thu Sep 10 22:57:00 EDT 2009

Hi All --

The gensym function, required for HtDP exercise 32.1.3, isn't
available.

In the past, once group member advised --

You can write a teachpack that provides gensym and add it to your ISL
or ASL program.

The teachpack itself would be written in the module language and look
like:

#lang scheme
(provide gensym)

Save this file somewhere, then go to Language > Add Teachpack ... >
Add Teachpack to List... and select this file. --

I tried this and it didn't work. Any suggestions?

Thanks,
Dave Yrueta





Posted on the users mailing list.