2009/2/20 Aaron W. Hsu <[email protected]>

> but there would be different levels of conformance, say
> level 0 - 3.
>
> Level 0: Only basic Scheme Language implemented, no standard libraries.
> Level 1: All level 1 libraries implemented.
> Level 2: All level 2 libraries implemented.
> Level 3: All standard libraries implemented.
>

Almost what I wish. Rather than an onion, I'd rather fancy a magnet.
The onion model makes Level N force to have too much. I believe it's better
to partition cleverly related tools/design changes together in (disjoint)
sets. This sets would have to be big like several SRFIs at once, in order to
make them attractive.
And an implementor may decide to hardocde feature X but to provide feature Y
as something external to be included, or not as efficient. Provided it's
there…


> #!(ascii case-sensitive)
> at the top of a file.


Then my OS will complain about no finding the command ascii (or not being
able to handle the arguments).
First line shebang is to make scripts.
I'd rather embed that in comments… (but then,  (print (read)) is not similar
to the initial data… unless one hacks the read-table?)

P!

-- 
Français, English, 日本語, 한국어
_______________________________________________
r6rs-discuss mailing list
[email protected]
http://lists.r6rs.org/cgi-bin/mailman/listinfo/r6rs-discuss

Reply via email to