it is not necessary to write $lang plai.I choose language plai scheme.That fixed.<br><br><div class="gmail_quote">On Thu, Aug 6, 2009 at 3:03 PM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt;</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;">The PLAI package is not a library that you require.<br>
<br>
It is a separate language.<br>
<br>
Put DrScheme in the module language and write<br>
<br>
#lang planet plai/plai:1:3<br>
<br>
at the top of your file. This will allow you to write in the PLAI<br>
language. Refer to the documentation:<br>
<br>
<a href="http://planet.plt-scheme.org/package-source/plai/plai.plt/1/3/planet-docs/plai/index.html" target="_blank">http://planet.plt-scheme.org/package-source/plai/plai.plt/1/3/planet-docs/plai/index.html</a><br>
<br>
for more information.<br>
<br>
Jay<br>
<br>
PS. I know the instructions about the book [1] refer to the require<br>
line, but that it is only to install the package, not to use it<br>
regularly. Actually, starting your program with the require line or<br>
the #lang line will both result in the installation of the package.<br>
<br>
1. <a href="http://www.cs.brown.edu/%7Esk/Publications/Books/ProgLangs/2007-04-26/" target="_blank">http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/2007-04-26/</a><br>
<div><div></div><div class="h5"><br>
On Thu, Aug 6, 2009 at 5:24 AM, emre berat nebioğlu&lt;<a href="mailto:beratn@gmail.com">beratn@gmail.com</a>&gt; wrote:<br>
&gt; Hey i am using drscheme 4.2 and my language mode Pretty big<br>
&gt; and i am reading plai.Because of this i am using<br>
&gt; (require (planet plai/plai:1:3))<br>
&gt; but when i try to debug my program to understand the function because almost<br>
&gt; all function is from plai book.<br>
&gt; I took this error<br>
&gt;<br>
&gt; compile: unbound identifier (and no #%top syntax transformer is bound) in:<br>
&gt; num13<br>
&gt;<br>
&gt; How can i fix this error.My program is excuted truly.I am sending an<br>
&gt; attachment that involves the code.<br>
&gt;<br>
</div></div>&gt; _________________________________________________<br>
&gt;  For list-related administrative tasks:<br>
&gt;  <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme" target="_blank">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu">jay@cs.byu.edu</a>&gt;<br>
Assistant Professor / Brigham Young University<br>
<a href="http://teammccarthy.org/jay" target="_blank">http://teammccarthy.org/jay</a><br>
<br>
&quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
</font></blockquote></div><br>