[plt-scheme] Printing

From: jos koot (jos.koot at tiscali.nl)
Date: Sat Oct 22 08:36:06 EDT 2005

See
http://home.tiscali.nl/can_jos/format.scm  (source code)
http://home.tiscali.nl/can_jos/format_doc.scm  (documenation)

((((lambda(x)((((((x x)x)x)x)x)x))
   (lambda(x)(lambda(y)(x(x y)))))
  (lambda(x)(write x)x))
 "greetings, Jos")
----- Original Message ----- 
From: "Richard Cleis" <rcleis at mac.com>
To: "jos koot" <jos.koot at tiscali.nl>
Sent: Saturday, October 22, 2005 8:22 AM
Subject: Re: [plt-scheme] Printing


> Ah.  You've written one.  Are you going to post it?
> 
> rac
> 
> On Oct 21, 2005, at 1:01 PM, jos koot wrote:
> 
>> I dont know of any standard either. My module is intended to produce 
>> output that can be read by humans. In my module, format "f4.2" 
>> produces "****" when fed with 13.14159, indicating that the result is 
>> not in the expected range, although others may prefer to make it 
>> produce "13.1"
>>



Posted on the users mailing list.