[plt-scheme] xxx chooses MzScheme as preferred language

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Jun 3 08:59:29 EDT 2006

At Fri, 2 Jun 2006 23:37:08 -0700, Brent Fulgham wrote:
> Would you mind forwarding me a copy of your code?

Will do.

> How did you format
> the floating point values to a 9-character limit.  This functionality  
> didn't
> exist in older MzScheme's (I implemented a hackish way of doing so using
> SRFI 13);
> 
> Or did you just use the default floating point output for your test?

I just used `printf', since that didn't seem to be the point of the
benchmark. But for more consistency, I probably should have at least
used the display command in the mzc variant of the benchmark.

Matthew



Posted on the users mailing list.