Email list hosting service & mailing list manager


Re: a preface Jens Axel Søgaard 25 Mar 2004 18:20 UTC

soo wrote:
>  * From: David Van Horn <xxxxxx@cs.uvm.edu>

>  |What are you formatting?
>
> Any object.
>
>  |How?
>
> Through FMT procedure.

You can't say that in the specification of FMT.

What should FMT return when handed say a function?
What happens if FMT is handed an object of a type
not specified in the R5RS - such as hash tables or
regular expressions?

The goal is to make the specification so thorough
that an implementation can be made without looking
at your examples and the reference implementation.

If FMT should format other things than numbers,
then it would be wise to write down in detail
what happens when handed

   - strings
   - symbols
   - chars
   - booleans
   - lists (of various kinds)

and then leave the behaviour given other datatypes
unspecified.

For now I'm happy if FMT can format numbers,
since then I can simply use it with FORMAT.

--
Jens Axel Søgaard