[plt-scheme] using swindle within a module

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Aug 17 11:04:56 EDT 2006

On Aug 17, Jefferson Heard wrote:
> Chris Wright wrote:
> > I would be grateful for any help
> 
> Try this:
> 
> (module beliefs (lib "swindle.ss" "swindle)
> ...

The Swindle manual specifies some modules as language modules -- they
provide many things that the `mzscheme' module does, much more than
just `set!-values'.  These modules are "base.ss", "turbo.ss",
"swindle.ss".

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.