[plt-scheme] Linking Minikanren for The Reasoned Schemer in Mzscheme
Try this: At the top of minikanren.ss add a line
#lang scheme
if it isn't there already.
At the bottom add a line
(provide (all-defined-out))
Now in reasonedschemer.ss add two lines at the top:
#lang scheme
(require "minikanren.ss")
Maybe that will get it working.
On Wed, Oct 15, 2008 at 2:50 AM, n n <thule124 at yahoo.com> wrote:
> but I would like to
> use the Notepad brand integrated development environment instead, if
> possible. 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? If I recall, this was roughly how I did the other Lisper
> series books.
You might want to try the DrScheme brand IDE.
N.