Thanks, I'll try that.<br><br><div class="gmail_quote">On Thu, Apr 23, 2009 at 7:52 PM, David Van Horn <span dir="ltr"><<a href="mailto:dvanhorn@ccs.neu.edu">dvanhorn@ccs.neu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">Ratandeep Ratti wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
I was currently on exercise 32.1.3 in HTDP which says to use function gensym, but<br>
I can't find it in either of the languages "Intermediate student with lambda" and "Advanced Student",<br>
<br>
I do see the function gensym in the module language, can I include this function without changing<br>
the language to module.?<br>
</blockquote>
<br></div></div>
You can write a teachpack that provides gensym and add it to your ISL or ASL program.<br>
<br>
The teachpack itself would be written in the module language and look like:<br>
<br>
#lang scheme<br>
(provide gensym)<br>
<br>
Save this file somewhere, then go to Language > Add Teachpack ... > Add Teachpack to List... and select this file.<br><font color="#888888">
<br>
David<br>
</font></blockquote></div><br>