[plt-scheme] plt-pretty-big in mzscheme

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Mar 18 16:54:15 EST 2005

At Thu, 17 Mar 2005 16:43:48 -0500, "Steven M. Carr" wrote:
> I am trying to write a testing script where I need to invoke mzscheme 
> from the command-line but I need support for the plt-pretty-big 
> language. How can mzscheme be initialized to use the plt-pretty-big 
> language from a unix command line?

Try
 mzscheme -L plt-pretty-big-text.ss lang
or
 mred -L plt-pretty-big.ss lang

This gives you the right bindings, but it doesn't set up the same
reader and writer parameters as the DrScheme language.

Matthew



Posted on the users mailing list.