Hi<br><br>I&#39;m trying to import the<a href="http://planet.plt-scheme.org/display.ss?package=miniKanren.plt&amp;owner=dfriedman"></a> minikanren library to my PLT-Scheme 4.1.5. Does a relatively simple method exist for getting to
know how to import libraries into DrScheme? Will I
have to read all this <a href="http://docs.plt-scheme.org/reference/require.html" target="_blank">http://docs.plt-scheme.org/reference/require.html</a>  to be able to do it? The file I&#39;m trying to load is the minikanren.ss - I created the file by copying the source code from the link into a new text-file, naming it <a href="http://planet.plt-scheme.org/display.ss?package=miniKanren.plt&amp;owner=dfriedman">minikanren.ss</a> and placing it on my harddrive.<br>


<br>I just need a document describing where to put the minikanren.ss file and how to write the path to this file in the include-sentence.<br>The <a href="http://planet.plt-scheme.org/display.ss?package=miniKanren.plt&amp;owner=dfriedman">minikanren site</a> says this:<br>

<br>&quot;To load: <tt><b>(require (planet dfriedman/miniKanren:1:1/minikanren))&quot;<br>
</b></tt><br>Which doesn&#39;t tell me how to load it as it seems it has to
be modified before it will work. I&#39;ve tried it as-is with no luck,
while placing the minikanren.ss in C:\Program Files\PLT\collects\minikanren. I also tried theese require sentences:<br>
<tt><b>(require (planet ~/minikanren/minikanren.ss:1:1/minikanren))<br>(require (planet C:\Program Files\PLT\collects\minikanren.ss:1:1/minikanren))<br></b></tt>and some others, with no luck either.<br><br><br>I also tried simply opening the minikanren.ss file in DrScheme, choosing the language &quot;Pretty Big&quot;. It runs fine, but then I can&#39;t run simple test cases like:<br>

<br>(run #f (q) fail)<br><br>which results in: &quot;. . reference to undefined identifier: run&quot;<br><br><br>What does a Schemer do?<br><br clear="all">kind regards Jon Loldrup<br>