[plt-scheme] MzScheme Library support

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Mon Aug 4 07:50:16 EDT 2008

At Mon, 4 Aug 2008 11:41:42 +0530, "Vijay Mathew" wrote:
> When trying to create a library (r6rs) in MzScheme, I am getting this error:
> 
> export: misuse of unit keyword in: (export make push! pop! empty!)
> 
> I was trying to get a sample in r6rs to work.

It sounds like you're trying to load R6RS directly into `mzscheme'. For
an R6RS library, you need to either

 * install it with `plt-r6rs'

 * prefix the library with `#!r6rs'

See

 http://docs.plt-scheme.org/r6rs/index.html

for more information.


Matthew



Posted on the users mailing list.