[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Scheme-reports] Binary and character ports (and an unrelated small issue)
- To: scheme-reports@x
- Subject: [Scheme-reports] Binary and character ports (and an unrelated small issue)
- From: Jeronimo Pellegrini <j_p@x>
- Date: Sun, 8 May 2011 21:56:07 -0300
Hello,
According to Section 6.7.1, "Conversely, not all character ports
are binary ports -- for example, the /string ports/ discussed
below".
It is not really clear to wether the document *requires* string
ports not to be binary or if it was just an example of
a port that *could* be character but not binary.
Another queston related to binary and character ports: just as
there are predicates to verify the case of a character, the
exact kind of number (complex?, integer? etc), and wether
a port is for input or output, shouldn't also be predicates
to test wether a port is binary or character? Maybe
character-port? and binary-port?
Also (not related to ports, just a minor issue) -- in Section
7.1.2 (External representations), it seems like someone forgot
to add a newline between the two last rules (vactor and label).
J.
_______________________________________________
Scheme-reports mailing list
Scheme-reports@x
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports