Hello --<br><br>I think this is not a smart question, and I apologise; but it seems for me all the hard problems are either undecidable or involve linking...<br><br>I recently discovered The Reasoned Schemer, and have been trying to follow it in mzscheme.&nbsp; I am quite new to the PLT implementation, and I seem to be having trouble getting the REPL to process the minikanren code, and then mine subsequently.&nbsp; At the moment, I am doing something like this:<br><br>(using the Windows brand operating system from Microsoft Corporation)<br><br>C:\download\ss&gt; "c:\program files\plt\mzscheme.exe"<br>;;;(mzscheme turn on)<br>&gt;(enter! "minikanren.ss")&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;;; minikanren code in the local directory, copied from the world wide web <br>;;; now I have no trouble running unification style queries like (run #f (q) (== q 5))<br>&gt;(enter! "reasonedschemer.ss")&nbsp;&nbsp; ;;;my implementations of the book's definitions<br>;;; I get this
 error message: <br>;;; reasonedschemer.ss:6:28: compile: unbound variable in module in: fresh<br><br>Apparently my reasonedschemer.ss file is not seeing the definitions available to me on the REPL.&nbsp; I have tried various combinations of (require ...) but am not sure if my local paths are causing problems with this.&nbsp; I have also tried simply appending my own definitions to minikanren.ss, but this also seemed to cause problems whose nature were quite obscure to me.&nbsp; I have been able to implement up to Ch. 4 from the REPL, but I would like to use the Notepad brand integrated development environment instead, if possible.&nbsp; Is there a preferred way to load minikanren once and and then be able to use (enter! ...) to update my own definitions from the file as I change them?&nbsp; If I recall, this was roughly how I did the other Lisper series books.<br><br>Thank you very much!<br>Eric<br><br>PS: I apologise if this may produce a double posting; embarrassingly I
 cannot even claim to be bad with the world wide web, since this is just email..<br><p>&#32;