[Larceny-users] stdout from larceny

William D Clinger will at ccs.neu.edu
Thu May 29 19:27:17 EDT 2008


Peter Keller wrote:
> Can turning on/off this stuff be put into a command line argument or
> environment variable? (And maybe have it defaulted to off?)

The autoloading messages are suppressed for R6RS
programs (but not for ERR5RS) in Larceny's current
code base (but not in the v0.961 release of last
January).

We expect to have a bug-fix release, probably
numbered v0.962, by mid-June.  If you can't
wait, you can download the development version
of the lib/R6RS directory via

    svn export http://larceny.ccs.neu.edu/svn/trunk/larceny_src/lib/R6RS

After doing that, replace lib/R6RS in Larceny's
root directory with the downloaded lib/R6RS.  You
will then have to compile the ERR5RS/R6RS runtime
and standard libraries by following the steps
documented in section 2.3.1 of the Larceny user
manual at

    http://larceny.ccs.neu.edu/doc/user-manual.chunked/ar01s02.html#InstallationSection

That will also fix several R6RS bugs in v0.961.

If you want to suppress the autoloading messages
for ERR5RS as well, see changeset:5433 at

    https://trac.ccs.neu.edu/trac/larceny/changeset/5433/trunk/larceny_src

That changeset will show you how to suppress the
messages for R6RS mode without having to download
the current development version of lib/R6RS.  You
would still have to recompile the ERR5RS/R6RS
runtime and standard libraries, but that's no big
deal.

Will



More information about the Larceny-users mailing list