[plt-scheme] Printing

From: Richard Cleis (rcleis at mac.com)
Date: Sat Oct 22 11:34:03 EDT 2005

Thanks.  I'll take a look.

rac

On Oct 22, 2005, at 6:36 AM, jos koot wrote:

> 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"
>>>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.