Hi<br><br>I'm trying to import the<a href="http://planet.plt-scheme.org/display.ss?package=miniKanren.plt&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'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&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&owner=dfriedman">minikanren site</a> says this:<br>
<br>"To load: <tt><b>(require (planet dfriedman/miniKanren:1:1/minikanren))"<br>
</b></tt><br>Which doesn't tell me how to load it as it seems it has to
be modified before it will work. I'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 "Pretty Big". It runs fine, but then I can't run simple test cases like:<br>
<br>(run #f (q) fail)<br><br>which results in: ". . reference to undefined identifier: run"<br><br><br>What does a Schemer do?<br><br clear="all">kind regards Jon Loldrup<br>